mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-05 01:57:09 +01:00
818fe95ca1
* Kontoverwaltung * Kontoverwaltung Finish * Kontoverwaltung Button not finished * Kontoverwaltung Button not finished * Kontoverwaltung fertig. * Kontoverwaltung final finish * Erster Entwurf fertig * Finish Bestellabschluss * Final Final FInisch
29 lines
408 B
CSS
29 lines
408 B
CSS
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
|
|
|
html, body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#content {
|
|
background-color: #C7FFD1;
|
|
padding: 5%;
|
|
margin-top: 1%;
|
|
border-radius: 10px;
|
|
position: center;
|
|
}
|
|
|
|
.img {
|
|
height: auto;
|
|
max-width: 100%;
|
|
margin: 10%;
|
|
}
|
|
|
|
form {
|
|
text-align: center;
|
|
background-color: #89F9A5;
|
|
border-radius: 50px;
|
|
|
|
}
|
|
|