2024-05-22 15:03:26 +02:00
|
|
|
* {
|
|
|
|
font-family: arial;
|
|
|
|
}
|
|
|
|
|
2024-05-23 09:35:33 +02:00
|
|
|
input {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2024-05-22 15:03:26 +02:00
|
|
|
#but {
|
|
|
|
background-color: #eee;
|
|
|
|
border: 2px black solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.centered {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
text-align: center;
|
|
|
|
border: 2px solid #ff6e00;
|
|
|
|
border-radius: 50%;
|
|
|
|
padding: 1%;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
background-color: #eee;
|
|
|
|
border: 2px black solid;
|
2024-05-23 09:35:33 +02:00
|
|
|
margin-bottom: 10px;
|
2024-05-22 15:03:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#but:hover {
|
|
|
|
background-color: #ff6e00;
|
|
|
|
border: 2px black solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
bottom: 0%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #ff6e00;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-moz-progress-bar {
|
|
|
|
background-color: #ff6e00;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-value {
|
|
|
|
background-color: #ff6e00;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress {
|
|
|
|
color: #ff6e00;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
top: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
background-color: #eee;
|
|
|
|
bottom: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding-left: 5%;
|
|
|
|
padding-right: 5%;
|
|
|
|
outline: solid 2px #ff6e00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
/* outline: solid 1px black; */
|
|
|
|
justify-content: center;
|
|
|
|
height: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
background-color: #aaa;
|
|
|
|
}
|