Spaces:
Paused
Paused
Update static/style.css
Browse files- static/style.css +7 -1
static/style.css
CHANGED
@@ -7,7 +7,13 @@ body {
|
|
7 |
h1 {
|
8 |
color: #333;
|
9 |
}
|
|
|
|
|
|
|
|
|
|
|
10 |
img {
|
11 |
-
|
12 |
border: 1px solid #ccc;
|
|
|
13 |
}
|
|
|
7 |
h1 {
|
8 |
color: #333;
|
9 |
}
|
10 |
+
.image-container {
|
11 |
+
display: flex;
|
12 |
+
justify-content: center;
|
13 |
+
gap: 20px;
|
14 |
+
}
|
15 |
img {
|
16 |
+
max-width: 45%;
|
17 |
border: 1px solid #ccc;
|
18 |
+
margin: 10px;
|
19 |
}
|