mirror of
https://github.com/pabloquablo/RTA-test.git
synced 2026-03-06 21:36:35 +01:00
fix formatting in script.js and style.css for consistency
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user