mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 23:37:09 +01:00
42 lines
450 B
CSS
42 lines
450 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;
|
|
}
|
|
|
|
#button1 {
|
|
background-color: #89F9A5;
|
|
border-radius: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
h5 {
|
|
text-align: center;
|
|
}
|
|
|
|
.load2 {
|
|
text-align: center;
|
|
}
|
|
|
|
.load3 {
|
|
text-align: right;
|
|
}
|
|
|
|
.loadtext {
|
|
font-size: 14px;
|
|
} |