mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 23:37:09 +01:00
21 lines
175 B
CSS
21 lines
175 B
CSS
body {
|
|
background-color: white;
|
|
}
|
|
|
|
img {
|
|
width: 150px;
|
|
height: 150px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
button {
|
|
background-color: #89f9a5;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|