mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-02 22:37:17 +01:00
35 lines
327 B
CSS
35 lines
327 B
CSS
body, html {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
p {
|
|
text-align:center;
|
|
}
|
|
|
|
img {
|
|
width: 20%;
|
|
height: auto;
|
|
padding: 5px;
|
|
}
|
|
|
|
.text {
|
|
color: grey;
|
|
font-size: 13px;
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
#button1 {
|
|
background-color: #89F9A5;
|
|
border-radius: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
|