mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-05 00:47:08 +01:00
28 lines
280 B
CSS
28 lines
280 B
CSS
#center {
|
|
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 50%;
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
background-color: #C7FFD1;
|
|
padding: 10%;
|
|
}
|
|
|
|
|
|
img {
|
|
height: auto;
|
|
max-width: 50%;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
button {
|
|
text-align: center;
|
|
position: center;
|
|
}
|
|
|