mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-05 03:07:09 +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;
|
|
}
|
|
|