NO ONE WANTS THE GRADIENT

This commit is contained in:
css pro 2024-10-28 11:06:22 -07:00 committed by GitHub
parent 3bee63d538
commit db21f59bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
body {
font-family: 'Arial', sans-serif;
background: linear-gradient(39deg, rgba(0,0,0,1) 0%, rgba(128,3,251,1) 20%, rgba(107,6,255,1) 40%, rgba(88,31,255,1) 60%, rgba(43,0,255,1) 80%, rgba(0,0,0,1) 100%);
background-color: #f1f1f1;
margin: 0;
padding: 0;
text-align: center;