-
Notifications
You must be signed in to change notification settings - Fork 2
/
Skincare.css
89 lines (71 loc) · 1.19 KB
/
Skincare.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
86
87
88
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: lato, regular;
}
.top {
height: 5vh;
display: flex;
align-items: center;
justify-content: right;
background-color: rgb(233, 231, 231);
}
.top p {
margin-right: 8%;
font-family: lato;
}
#head {
height: 15vh;
border-bottom: solid 3px black;
}
#head>h1 {
font-size: 3.4rem;
margin-left: 6rem;
;
}
#head>div>p {
font-size: 1.1rem;
margin-left: 6rem;
}
.next>p>a {
text-decoration: none;
color: black;
}
#content {
width: 50vw;
/* height: 482vh; */
margin: auto;
margin-top: 2rem;
margin-bottom: 20px;
}
#content>h1 {
text-align: center;
font-size: 5rem;
font-weight: 400;
margin-bottom: 4rem;
}
.cards {
height: 22rem;
display: flex;
box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.immg {
width: 35%;
margin-right: 1rem;
}
.immg>img {
margin-top: 2.5rem;
width: 100%;
height: 75%;
;
}
.cont {
width: 60%;
margin-bottom: 10px;
}
.cont>h2 {
font-size: 1.8rem;
font-weight: 400;
}