fix formatting in script.js and style.css for consistency

This commit is contained in:
vista-man
2025-01-25 21:58:52 +01:00
parent fd90e1e862
commit 90b39f241f
3 changed files with 147 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ body {
display: flex; /* Use flexbox for better layout control */
justify-content: center; /* Center the content horizontally */
align-items: center; /* Center the content vertically */
background-image: linear-gradient(to bottom right, #8a09e0, #9909e0, #a809e0, #b709e0, #c709e0, #d609e0, #e509e0, #f409e0, #ff09e0);
background-image: linear-gradient(to bottom right, #8a09e0, #9909e0, #a809e0, #b709e0, #c709e0, #d609e0, #e509e0, #f409e0, #ff09e0);
background-size: cover; /* Cover the entire viewport with the gradient */
}