Skip to content

Commit 2094c29

Browse files
committed
Removing the default font in CSS
1 parent 1d6f4e5 commit 2094c29

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CSS/style.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22

33

44
body {
5-
font-family: 'Coming Soon', cursive;
65
color: #e5e5e5;
76
font-size: 12px;
87
background:#bfbfbf;
9-
10-
118
}
129

1310

1411
h1, h2 {
15-
font-family: 'Coming Soon', cursive;
1612
font-weight: 300;
1713
margin:0 0 15px 0;
1814
}
@@ -39,7 +35,6 @@ a {
3935
}
4036

4137

42-
4338
.clear {
4439
clear: both;
4540
}
@@ -51,7 +46,6 @@ a {
5146
position: relative;
5247
margin: 0 auto;
5348
padding: 0;
54-
5549
}
5650

5751
.section {
@@ -138,13 +132,11 @@ a {
138132
color:#3d3d3d;
139133
padding: 50px 0;
140134
height: 300px;
141-
142135
}
143136

144137
.s1 {
145138
background:#184764;
146139
color:#fff;
147-
148140
}
149141

150142

0 commit comments

Comments
 (0)