Compare commits

..

No commits in common. "2a361a109069ac3d26864629e315d830880d1b46" and "cbde01cfc23c0370152c54b286f4775a8769d9fe" have entirely different histories.

View File

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