File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
4
5
< meta charset ="UTF-8 " />
5
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
8
9
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
10
+ < link
11
+ href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap "
12
+ rel ="stylesheet "
13
+ />
14
+
8
15
< link rel ="stylesheet " href ="style.css " />
9
16
< title > Lisbon Chair Shop</ title >
10
17
</ head >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ FONT SIZE SYSTEM (px)
16
16
/* GENERAL STYLES */
17
17
/* ------------------------ */
18
18
body {
19
- font-family : sans-serif;
19
+ font-family : "Inter" , sans-serif;
20
20
}
21
21
22
22
.container {
@@ -31,6 +31,8 @@ section {
31
31
32
32
h2 {
33
33
margin-bottom : 48px ;
34
+ font-size : 36px ;
35
+ letter-spacing : -0.5px ;
34
36
}
35
37
36
38
.grid-3-cols {
@@ -57,10 +59,15 @@ header {
57
59
58
60
h1 {
59
61
margin-bottom : 24px ;
62
+ font-size : 44px ;
63
+ line-height : 1.1 ;
64
+ letter-spacing : -1px ;
60
65
}
61
66
62
67
.header-text {
63
68
margin-bottom : 24px ;
69
+ font-size : 18px ;
70
+ line-height : 1.7 ;
64
71
}
65
72
66
73
img {
73
80
74
81
.features-title {
75
82
margin-bottom : 16px ;
83
+ font-size : 20px ;
76
84
}
77
85
78
86
.features-text {
87
+ font-size : 18px ;
88
+ line-height : 1.7 ;
79
89
}
80
90
81
91
/* TESTIMONIAL */
@@ -89,11 +99,14 @@ img {
89
99
90
100
.testimonial-box h2 {
91
101
margin-bottom : 24px ;
102
+ font-size : 24px ;
92
103
}
93
104
94
105
.testimonial-text {
95
106
font-style : italic;
96
107
margin-bottom : 24px ;
108
+ font-size : 18px ;
109
+ line-height : 1.7 ;
97
110
}
98
111
99
112
/* CHAIRS */
@@ -103,6 +116,7 @@ img {
103
116
104
117
h3 {
105
118
margin-bottom : 24px ;
119
+ font-size : 20px ;
106
120
}
107
121
108
122
.chair-details {
@@ -127,8 +141,10 @@ h3 {
127
141
.chair-price {
128
142
display : flex;
129
143
justify-content : space-between;
144
+ font-size : 20px ;
130
145
}
131
146
132
147
footer {
133
148
margin-bottom : 48px ;
149
+ font-size : 14px ;
134
150
}
You can’t perform that action at this time.
0 commit comments