Skip to content

Commit df159df

Browse files
committed
basic styling implemented
1 parent 5199f96 commit df159df

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

fetch/programmer-humour/style.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
background: #f4f4f4;
4+
margin: 0;
5+
padding: 20px;
6+
}
7+
8+
h1 {
9+
text-align: center;
10+
}
11+
12+
#comic-container {
13+
display: flex;
14+
flex-direction: column;
15+
align-items: center;
16+
margin-top: 20px;
17+
}
18+
19+
#comic-container img {
20+
max-width: 100%;
21+
border: 2px solid #333;
22+
border-radius: 8px;
23+
}

0 commit comments

Comments
 (0)