diff options
| -rw-r--r-- | index.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,6 +12,14 @@ body { background-color: #3b5998; color: white; + font-family: sans-serif; + overflow: hidden; + position: absolute; + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; } </style> </head> |
