Skip to content

Commit

Permalink
changes in register page
Browse files Browse the repository at this point in the history
  • Loading branch information
PVSekhar1234 committed Aug 24, 2022
1 parent 205ad7c commit ae85480
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/src/Components/Style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,12 @@
box-shadow: 2px 2px 10px black;
}
.btnsignup:hover{
font-size: 21px;
background: rgb(74,34,156);
background: linear-gradient(90deg, rgba(74,34,156,0.9363095580028886) 0%, rgba(189,1,155,0.6982143199076505) 100%);
/* background: rgb(229,73,64);
background: linear-gradient(90deg, rgba(229,73,64,1) 0%, rgba(233,138,44,1) 29%, rgba(35,202,229,1) 66%, rgba(24,100,200,1) 100%); */
cursor: pointer;
color: white;
}

.btnsignup{
Expand Down Expand Up @@ -867,7 +871,7 @@ footer{
}
@media(max-width: 565px){
#signContain{
height: 875px;
height: 920px;
grid-template-columns: 75vw;
grid-template-areas:
"centerTop"
Expand All @@ -877,9 +881,11 @@ footer{
}
.rightCol{
padding-top: 0;
padding-bottom: 20px;
/* top: -25px; */
}
.leftCol{
padding-top: 25px;
height: 420px;
}
}

0 comments on commit ae85480

Please sign in to comment.