-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProduct-inactive-css
85 lines (72 loc) · 1.34 KB
/
Product-inactive-css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
* {
margin:0 auto;
padding:0 auto;
}
body {
background-color:hsl(30, 38%, 92%);
margin-right:auto;
margin-left:auto;
padding:20px;
}
.container {
background-color:orange;
display:block;
position:center;
width:250px;
height:400px;
justify-content:flex-end;
border-radius:.25rem;
display:inline-flex;
float:left;
margin-left:180px;
margin-right:auto;
margin-top:75px;
}
.container2 {
background-color:lightgreen;
display:block;
width:450px;
height:400px;
justify-content:center;
border-radius:.25rem;
float:left
margin-left:auto;
margin-right:auto;
margin-top:75px;
}
img {
width:250px;
height:400px;
display:flex;
}
// <uniquifier>: Use a unique and descriptive class name
.fraunces-<uniquifier> {
font-family: "Fraunces", serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-variation-settings:
"SOFT" 0,
"WONK" 0;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
.montserrat-<uniquifier> {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}
.perfume {
font-family:ontserrat;
letter-spacing:.25em;
text-alignt:left;
}
h1 {
font-family:fraunces;
text-align:left;
}
.perfume2 {
font-family:montserrat;
font-size:15px;
}