Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -0
index.html
CHANGED
|
@@ -41,6 +41,10 @@
|
|
| 41 |
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
| 42 |
transition-duration: 150ms;
|
| 43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
</style>
|
| 45 |
</head>
|
| 46 |
<body class="bg-slate-50 text-slate-900">
|
|
|
|
| 41 |
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
| 42 |
transition-duration: 150ms;
|
| 43 |
}
|
| 44 |
+
|
| 45 |
+
.footer-content {
|
| 46 |
+
text-align: center;
|
| 47 |
+
}
|
| 48 |
</style>
|
| 49 |
</head>
|
| 50 |
<body class="bg-slate-50 text-slate-900">
|