Skip to content

Commit 63eddea

Browse files
authored
Create styles.ccs
1 parent e8727fe commit 63eddea

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

styles.ccs

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
margin: 0;
4+
padding: 0;
5+
background-color: #f4f4f4;
6+
}
7+
8+
header {
9+
background-color: #333;
10+
color: #fff;
11+
padding: 1rem;
12+
text-align: center;
13+
}
14+
15+
nav ul {
16+
list-style: none;
17+
padding: 0;
18+
}
19+
20+
nav ul li {
21+
display: inline;
22+
margin: 0 1rem;
23+
}
24+
25+
nav ul li a {
26+
color: #fff;
27+
text-decoration: none;
28+
}
29+
30+
main {
31+
padding: 2rem;
32+
}
33+
34+
footer {
35+
background-color: #333;
36+
color: #fff;
37+
text-align: center;
38+
padding: 1rem;
39+
position: absolute;
40+
bottom: 0;
41+
width: 100%;
42+
}

0 commit comments

Comments
 (0)