mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 22:27:08 +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
41 lines
445 B
CSS
41 lines
445 B
CSS
body, html {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
p {
|
|
text-align:center;
|
|
}
|
|
|
|
img {
|
|
width: 20%;
|
|
height: auto;
|
|
padding: 5px;
|
|
}
|
|
|
|
.text {
|
|
color: grey;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.button {
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
#button1, #button2 {
|
|
margin: 10px;
|
|
display: inline-block;
|
|
border-radius: 50px;
|
|
}
|
|
|
|
#button1 {
|
|
background-color: #F9BE89;
|
|
}
|
|
|
|
#button2 {
|
|
background-color: #89F9A5;
|
|
}
|
|
|