We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5199f96 commit df159dfCopy full SHA for df159df
fetch/programmer-humour/style.css
@@ -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