Skip to content

Commit f212dfa

Browse files
authored
Create Style.css
1 parent 0355d0d commit f212dfa

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

HTML/Style.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/* style.css */
2+
body {
3+
font-family: Arial, sans-serif;
4+
margin: 0;
5+
padding: 0;
6+
background: #f4f4f4;
7+
}
8+
9+
header {
10+
background: #333;
11+
color: white;
12+
padding: 1em 2em;
13+
text-align: center;
14+
}
15+
16+
nav a {
17+
color: white;
18+
margin: 0 10px;
19+
text-decoration: none;
20+
}
21+
22+
section {
23+
padding: 2em;
24+
background: white;
25+
margin: 1em;
26+
border-radius: 8px;
27+
}
28+
29+
footer {
30+
text-align: center;
31+
padding: 1em;
32+
background: #222;
33+
 color: white;
34+
}

0 commit comments

Comments
 (0)