mirror of
https://github.com/pabloquablo/RTA-test.git
synced 2026-03-06 03:06:35 +01:00
enhance background gradient in style.css for improved visual appeal
This commit is contained in:
@@ -2,7 +2,7 @@ body {
|
||||
font-family: sans-serif;
|
||||
margin: 20px;
|
||||
background-color: #f0f0f0;
|
||||
background-image: linear-gradient(to bottom right, #f0f0f0, #e0e0e0, #c6c6c6, #8a09e0, #666666, #333333, #000000);
|
||||
background-image: linear-gradient(to bottom right, #f0f0f0, #e0e0e0, #c6c6c6, #8a09e0, #9909e0, #a809e0, #b709e0, #c709e0, #d609e0, #e509e0, #f409e0, #ff09e0);
|
||||
}
|
||||
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user