mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-02 17:57: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;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|