Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
| 61 |
|
| 62 |
.tabs {
|
| 63 |
display: flex; /* Align tab buttons in a row */
|
| 64 |
-
justify-content:
|
| 65 |
padding: 10px;
|
| 66 |
background-color: #f9f9f9;
|
| 67 |
border-bottom: 1px solid #ddd; /* Visual separation from the content */
|
|
|
|
| 61 |
|
| 62 |
.tabs {
|
| 63 |
display: flex; /* Align tab buttons in a row */
|
| 64 |
+
justify-content: center; /* Evenly space out the buttons */
|
| 65 |
padding: 10px;
|
| 66 |
background-color: #f9f9f9;
|
| 67 |
border-bottom: 1px solid #ddd; /* Visual separation from the content */
|