Skip to content

Commit c288905

Browse files
committed
design for html structure
1 parent 5fb58cf commit c288905

File tree

1 file changed

+24
-28
lines changed

1 file changed

+24
-28
lines changed

style.css

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
* {
1111
box-sizing: border-box;
1212
font-family: Raleway;
13-
color: #777;
13+
color: #2d2c2c;
14+
font-size: 24px;
1415
}
1516

1617
html, body {
@@ -19,6 +20,8 @@ html, body {
1920
min-height: 100%;
2021
}
2122

23+
24+
/********HEADER*******/
2225
.nav ul {
2326
margin: 0;
2427
}
@@ -32,6 +35,7 @@ html, body {
3235
padding: .5em;
3336
color: white;
3437
text-decoration: none;
38+
font-size: 25px;
3539
}
3640

3741
.main-nav {
@@ -63,7 +67,7 @@ html, body {
6367
font-size: 4em;
6468
font-family: "Booter - Zero Zero";
6569
font-weight: normal;
66-
color: white;
70+
color: blue;
6771
}
6872

6973
.band-name-large {
@@ -95,31 +99,6 @@ html, body {
9599
border-radius: 50%;
96100
}
97101

98-
.main-footer {
99-
background-color: #56CCF2;
100-
color: white;
101-
padding: .25em 0;
102-
}
103-
104-
.main-footer-container {
105-
display: flex;
106-
align-items: center;
107-
}
108-
109-
.main-footer-container ul {
110-
flex-grow: 1;
111-
text-align: end;
112-
}
113-
114-
.footer-nav li {
115-
padding: 0 .5em;
116-
}
117-
118-
.footer-nav img {
119-
width: 30px;
120-
height: 30px;
121-
}
122-
123102
.btn {
124103
text-align: center;
125104
vertical-align: middle;
@@ -335,4 +314,21 @@ html, body {
335314
display: block;
336315
margin: 40px auto 80px auto;
337316
font-size: 1.75em;
338-
}
317+
}
318+
319+
320+
/*******FOOTER*******/
321+
.main-footer {
322+
background: #2D9CDB;
323+
text-align: center;
324+
padding-top: 5px;
325+
padding-bottom: 5px;
326+
margin-top: 60px;
327+
328+
}
329+
.main-footer .FOOTER {
330+
color: black;
331+
font-size: 40px;
332+
font-family: sans-serif;
333+
font-style: oblique;
334+
}

0 commit comments

Comments
 (0)