Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +21 -0
static/style.css
CHANGED
|
@@ -49,3 +49,24 @@ h1 {
|
|
| 49 |
margin: 5vh auto 0;
|
| 50 |
border-radius: 10px;
|
| 51 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
margin: 5vh auto 0;
|
| 50 |
border-radius: 10px;
|
| 51 |
}
|
| 52 |
+
|
| 53 |
+
.button-row {
|
| 54 |
+
display: flex;
|
| 55 |
+
flex-wrap: wrap;
|
| 56 |
+
justify-content: center;
|
| 57 |
+
gap: 10px;
|
| 58 |
+
margin: 40px 0;
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
.nav-button {
|
| 62 |
+
background: black;
|
| 63 |
+
color: white;
|
| 64 |
+
padding: 10px 20px;
|
| 65 |
+
border-radius: 6px;
|
| 66 |
+
text-decoration: none;
|
| 67 |
+
font-size: 16px;
|
| 68 |
+
font-weight: bold;
|
| 69 |
+
flex: 1 1 auto;
|
| 70 |
+
max-width: 280px;
|
| 71 |
+
text-align: center;
|
| 72 |
+
}
|