mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-06 23:07:08 +01:00
19 lines
196 B
CSS
19 lines
196 B
CSS
|
#content {
|
|||
|
background-color: #C7FFD5;
|
|||
|
padding: 10%;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
img {
|
|||
|
height: 50%;
|
|||
|
max-width: 50%;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
button {
|
|||
|
text-align: center;
|
|||
|
position: center;
|
|||
|
}
|
|||
|
|