GSRTC CSS REF
body{
background-color: rgb(96, 172, 216);
font-family: monospace;
font-weight: 900;
}
#home h3{
text-align: center;
}
#home h1{
text-shadow: 1px 1.5px 6px blueviolet;
}
.box img{
height: 148px;
width: 166px;
}
.box{
display: inline-block;
height: 185px;
width: 185px;
border: 9px solid black;
padding: 20px 20px;
overflow: hidden;}
.box h1{
text-align: center;
}
#logo{
display: inline-block;
}
#logo img{
position: relative;
z-index: 2;
height:82px;
width:97px;
}
#getpass h2{
text-align: center;
}
.plink{
overflow: hidden;
}
.plink a:hover{
color:rgb(222, 26, 26) ;
cursor: pointer ;
background-color: rgb(21, 233, 10);
padding: 5px;
border-radius: 9px;
}
.plink a{
position: relative;
color: rebeccapurple;
text-decoration: none;
word-spacing: 20px;
}
.plink a:visited{
color: rgb(85, 42, 165);
}
.paytab a{
background-color: rgb(197, 227, 227);
color: black;
padding: 3px 3px;
text-decoration: none;
}
.bu a{
padding:9px 15px;
color: rgb(3, 247, 72);
text-decoration: none;
}
.bu marquee{
padding: 5px 5px;
background-color: rgb(234, 225, 212);
}
.bu a:hover{
background-color: rgb(52, 52, 204);
border-radius: 20px;
}
No comments
Post a Comment