You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.3 KiB
80 lines
1.3 KiB
header{
|
|
padding-top: 2%;
|
|
padding-bottom: 2%;
|
|
height: 5%;
|
|
width: 100%;
|
|
background:none;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
vertical-align: middle;
|
|
place-content: start space-evenly;
|
|
}
|
|
body{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-content: center;
|
|
}
|
|
h1{
|
|
font-family: sans-serif;
|
|
font-size: 30;
|
|
}
|
|
h2{
|
|
margin-top: 35px;
|
|
font-family: sans-serif;
|
|
font-size: 25;
|
|
color: #E4F8FF;
|
|
}
|
|
|
|
.body{
|
|
animation: changeColor 5s infinite alternate linear;
|
|
width: 81%;
|
|
padding-left: 10%;
|
|
padding-right: 10%;
|
|
padding-bottom: 10%;
|
|
padding-top: 5%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
@keyframes changeColor{
|
|
0% {
|
|
background-color: #004D67;
|
|
}
|
|
25% {
|
|
background: #005F80;
|
|
}
|
|
50%{
|
|
background: #007198;
|
|
}
|
|
75%{
|
|
background: #0081AD;
|
|
}
|
|
100%{
|
|
background: #0089B8;
|
|
}
|
|
}
|
|
|
|
|
|
h4{
|
|
margin-left: 5%;
|
|
align-self: center;
|
|
font-size: 20;
|
|
font-family: sans-serif;
|
|
color: #212F3D;
|
|
}
|
|
|
|
.button{
|
|
border: none;
|
|
color:#B2BABB;
|
|
background-color: #212F3D;
|
|
font-family: sans-serif;
|
|
padding:30px;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
#GoHome > input[type="image"] {
|
|
height: 50px;
|
|
width: 50px;
|
|
} |