Little Fixes to all Pages

This commit is contained in:
zha19115
2023-06-05 19:26:23 +02:00
parent 1c089f1ac1
commit 8dd01d78ff
26 changed files with 302 additions and 75 deletions

View File

@ -3,8 +3,8 @@
html, body {
margin: 0px;
padding: 0px;
overflow-y: hidden;
}
#content {
background-color: #C7FFD1;
padding: 5%;
@ -12,17 +12,26 @@ html, body {
border-radius: 10px;
position: center;
}
.img {
height: auto;
max-width: 100%;
margin: 10%;
}
form {
width: 60%;
margin: 4%;
text-align: center;
}
form {
margin-bottom: 20px;
margin-top: 5px;
background-color: #89F9A5;
text-align: center;
width: 70%;
}
.form-control {
width: 70%;
border-radius: 50px;
}
#button1 {
border-radius: 50px;
}