| Current Path : /var/www/html/kpsingh/kpsingh/css/ |
| Current File : /var/www/html/kpsingh/kpsingh/css/update.css |
.wrapper{
position: fixed;
width: 99%;
height: 100px;
background-color: #00304e;
/*background: -webkit-linear-gradient(top left, #A0A0A0 0%, #787878 100%);
background: linear-gradient(to bottom right, #A0A0A0 0%, #787878 100%);*/
font: 6rem/100% Georgia, "Times New Roman", Times, serif;
border-radius: 20px;
box-shadow: 0px 13px 10px black;
}
.container{
position: fixed;
text-align: right;
width: 75%;
height: 20%;
top: 15px;
font-size: 50px;
color: white;
}
.logo{
position: fixed;
width: 75px;
height: 75px;
background: url(x.gif);
background-size: 75px 75px;
border-radius: 20px;
top: 20px;
left: 30px;
}
.temp{
position: absolute;
background-color: #F5F5F5;
width: 89%;
top: 140px;
left: 60px;
padding-left: 5px;
padding-right: 5px;
height: auto;
/*overflow-y:scroll;
overflow-x:hidden;*/
}
#logout {
position:fixed;
bottom: 10px;
right: 10px;
text-decoration: none;
}
#logout:hover {
color: purple;
}