Skip to content

Commit 8d7ed33

Browse files
authored
Create styles.css
1 parent 6e96e6e commit 8d7ed33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
body {
2+
background-color: #f0f0f0;
3+
font-family: sans-serif;
4+
text-align: center;
5+
padding: 50px;
6+
}
7+
8+
h1 {
9+
color: #333;
10+
}
11+
12+
p {
13+
color: #666;
14+
}

0 commit comments

Comments
 (0)