Add some colour to make it fancy

This commit is contained in:
Ray 2024-09-09 04:15:52 +00:00 committed by GitHub
parent 76e5faff8b
commit fa66c7b098
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
justify-content: center; justify-content: center;
min-height: 100vh; /* Full viewport height */ min-height: 100vh; /* Full viewport height */
width: 100vw; /* Full viewport width */ width: 100vw; /* Full viewport width */
background-color: #282c34; background: radial-gradient(circle at center, #ff9866, #ff5f62);
color: white; color: white;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
text-align: center; text-align: center;