mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-04 11:57:08 +01:00
23 lines
177 B
CSS
23 lines
177 B
CSS
|
body {
|
|||
|
background-color: white;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
img {
|
|||
|
width: 150px;
|
|||
|
height: 150px;
|
|||
|
padding: 0px;
|
|||
|
margin: 0px;
|
|||
|
}
|
|||
|
|
|||
|
button {
|
|||
|
background-color: #89f9a5;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|