| Current Path : /var/www/html/kpsingh/kpsingh/css/ |
| Current File : /var/www/html/kpsingh/kpsingh/css/home.css |
@keyframes example {
0% {color: red;}
25% {color: black;}
50% {color: blue;}
100% {color: green;}
}
.bottom{
position: fixed;
left: 0px;
bottom: 0px;
width: 100%;
height: 50px;
background-color: #00304e;
/*background: -webkit-linear-gradient(top left, #A0A0A0 0%, #787878 100%);
background: linear-gradient(to bottom right, #A0A0A0 0%, #787878 100%);*/
font: "Times New Roman", Times, serif;
font-size: 20px;
text-align: center;
box-shadow: 0px 0px 13px black;
color: white;
}
#para{
text-align: left;
font-size: 20px;
font: "Times New Roman", Times, serif;
color: black;
}
#propic{
position: fixed;
background: url("kps.jpg");
width: 250px;
height: 250px;
right:100px;
top: 150px;
background-size: 250px 250px;
border-radius: 100%;
}
#box{
position: relative;
background-color: white;
width: 605px;
height: auto;
left: 30px;
border-radius: 10px;
padding-left: 5px;
font-size: 20px;
}
#info{
position: fixed;
bottom: 80px;
size: 30px;
color: black;
animation-name: example;
animation-duration: 4s;
animation-iteration-count: infinite;
}
#bio{
position: relative;
top: 2px;
left: 30px;
width: 605px;
height: auto;
background-color: white;
color: blue;
font-size: 20px;
padding-left: 5px;
}
#cv{
text-decoration: underline;
font-size: 20px;
color: black;
}
#cv:hover {
color: blue;
}
#x{
text-decoration: none;
color: white;
font-size: 20px;
}
#x:hover{
text-decoration: underline;
color: black;
}
#login {
color: white;
position: fixed;
bottom: 25px;
right: 10px;
font-size: 20px;
text-decoration: none;
}
#login:hover {
text-decoration: underline;
}