Spaces:
Paused
Paused
Update static/style.css
Browse files- static/style.css +5 -1
static/style.css
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
body {
|
2 |
font-family: Arial, sans-serif;
|
3 |
text-align: center;
|
4 |
-
margin
|
5 |
background-color: #f0f0f0;
|
6 |
}
|
7 |
h1 {
|
8 |
color: #333;
|
|
|
|
|
|
|
|
|
9 |
}
|
|
|
1 |
body {
|
2 |
font-family: Arial, sans-serif;
|
3 |
text-align: center;
|
4 |
+
margin: 20px;
|
5 |
background-color: #f0f0f0;
|
6 |
}
|
7 |
h1 {
|
8 |
color: #333;
|
9 |
+
}
|
10 |
+
img {
|
11 |
+
margin: 10px;
|
12 |
+
border: 1px solid #ccc;
|
13 |
}
|