initial version of 100

This commit is contained in:
Louis Abel 2023-09-26 14:01:48 -07:00
parent c615b1ef88
commit c426c325d4
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 5 additions and 5 deletions

View File

@ -12,13 +12,13 @@
width: 100%;
}
body {
background: rgb(20,72,50);
background: -moz-linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%) ;
background: -webkit-linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%) ;
background: linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%);
background: rgb(69,23,32);
background: -moz-linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%) ;
background: -webkit-linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%) ;
background: linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%);
background-repeat: no-repeat;
background-attachment: fixed;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0b1b3",endColorstr="#b0b1b3",GradientType=1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b43c56",endColorstr="#b43c56",GradientType=1);
color: white;
font-size: 0.9em;
font-weight: 400;