some css fixes

This commit is contained in:
2023-04-13 11:28:54 -04:00
parent e0e9ba14d2
commit 4c951aaefb
4 changed files with 49 additions and 4 deletions

View File

@ -1,8 +1,7 @@
body {
margin: 3em 10% 3em 10%;
background: rgb(0,255,240);
background: linear-gradient(180deg, rgba(0,255,240,1) 0%, rgba(109,67,134,1) 56%, rgba(50,0,65,1) 100%);
margin: 3em 20% 3em 20%;
background: #9bf2dc;
color: white;
font-family: helvetica;
}