-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
96 lines (84 loc) · 2.05 KB
/
style.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
89
90
91
92
93
94
95
96
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,[email protected],700&family=Karla:wght@400;700&family=Montserrat:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,700&family=Karla:wght@400;700&family=Montserrat:wght@200;300;400;500;600;700&display=swap');
body{
background-color: hsl(30, 38%, 92%);
display: flex;
justify-content: center;
align-items: center;
height: 100hv;
font-size: 14px;
}
section{
background-color: hsl(0, 0%, 100%);
margin-top: 40px;
height: 585px;
margin-top: 20px;
border-radius: 10px;
position: relative;
}
img{
width: 355px;
border-radius: 10px 10px 0px 0px;
}
.txt{
padding-left: 18px;
}
h4{
font-family: 'Montserrat', sans-serif;
letter-spacing: 5px;
color: hsl(227, 6%, 58%);
font-size: 11px;
font-weight: 600;
}
h1{
font-family: 'Fraunces', serif;
font-weight: 800;
font-size: 30px;
margin-top: -5px;
line-height: 30px;
}
p{
color: hsl(227, 6%, 58%);
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 14px;
margin-top: -13px;
line-height: 20px;
}
h2{
color: hsl(158, 36%, 37%);
font-family: 'Fraunces', serif;
font-size: 30px;
display: flex;
margin-bottom: 30px;
}
span{
color: hsl(227, 6%, 58%);
font-family: 'Montserrat', sans-serif;
font-size: 12px;
margin-top: 10px;
margin-left: 16px;
font-weight: 600;
}
.btn{
background-color: hsl(158, 36%, 37%);
text-decoration: none;
border-radius: 10px;
padding: 15px 110px;
color: hsl(0, 0%, 100%);
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 14px;
}
.attribution{
position: absolute;
bottom: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}
.attribution a{
text-decoration: none;
color: hsl(158, 36%, 37%);
}
@media screen and (min-width: 1440px){
}