mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 23:37:09 +01:00
44 lines
491 B
CSS
44 lines
491 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: #F9BE89;
|
|
padding-left: 25%;
|
|
padding-right: 25%;
|
|
display: inline-block;
|
|
border-radius: 50px;
|
|
}
|
|
|
|
/*.button {
|
|
padding-left: 25%;
|
|
padding-right: 25%;
|
|
text-align: center;
|
|
}*/
|
|
|
|
|
|
/*h4 {
|
|
text-align: center;
|
|
}*/
|
|
|
|
|
|
|
|
|