Skip to content

Commit b7e7c6f

Browse files
committed
add basic css formatting
1 parent ec7afc2 commit b7e7c6f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

‎fetch/programmer-humour/style.css‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
body {
2+
background-color: #e0f5f5;
3+
font-family: sans-serif;
4+
text-align: center;
5+
padding: 2rem;
6+
}
7+
8+
h1 {
9+
color: #1a6b6b;
10+
font-size: 3rem;
11+
}
12+
13+
/* img {
14+
margin: 0 auto;
15+
} */

0 commit comments

Comments
 (0)