style color testing

This commit is contained in:
Sevi 2024-10-24 17:53:34 -07:00 committed by GitHub
parent fe5b475290
commit af664b0ae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
body {
font-family: 'Arial', sans-serif;
background-color: #f1f1f1;
background: rgb(0,128,255);
background: linear-gradient(39deg, rgba(0,128,255,1) 0%, rgba(29,253,56,1) 50%, rgba(202,0,255,1) 100%);
margin: 0;
padding: 0;
text-align: center;