This commit is contained in:
Sequoia Haynes 2024-12-18 11:05:02 -08:00
parent 98293a3566
commit ff88214c8a

View File

@ -48,7 +48,7 @@ body{
/* this ones jut some temporary shit i whipped up on a css gradient maker */
background: rgb(34,246,231);
background: linear-gradient(42deg, rgba(34,246,231,1) 0%, rgba(10,218,57,1) 46%, rgba(16,125,37,1) 100%);
height:100%
height:fit-content;
}
p {
color: white;
@ -104,7 +104,6 @@ input{
width:90%;
padding: 20px;
flex-direction: column;
margin-top: 390px;
}
#aboutP{
color:black;