-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (55 loc) · 1.06 KB
/
style.css
File metadata and controls
64 lines (55 loc) · 1.06 KB
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
* {
padding: 0%;
margin: 0;
box-sizing: border-box;
font-family: "Outfit", sans-serif;
}
.image {
width: 290px;
border-radius: 15px;
}
.text {
padding: 15px;
background: hsl(0deg, 0%, 100%);
width: 320px;
text-align: center;
border-radius: 15px;
justify-content: center;
justify-items: center;
align-items: center;
justify-content: space-between;
margin: 39%;
margin-top: 100px;
margin-bottom: 90px;
}
.text h3 {
font-weight: 700;
align-items: center;
padding-top: 15px;
}
.text p {
font-weight: 400;
font-size: 15px;
padding-top: 15px;
padding-bottom: 30px;
position: relative;
}
body {
background: hsl(212deg, 45%, 89%);
max-width: 1440px;
}
.attribution {
font-size: 11px;
text-align: center;
padding-bottom: 0;
}
.attribution a {
color: hsl(228deg, 45%, 44%);
}
@media (max-width: 800px) {
.text {
justify-content: center;
margin-left: 45px;
margin-right: 40px;
}
}/*# sourceMappingURL=style.css.map */