mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-04 13:07:08 +01:00
25 lines
371 B
CSS
25 lines
371 B
CSS
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
|
|
|
html, body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #C7FFD1;
|
|
}
|
|
|
|
#content {
|
|
background-color: #C7FFD1;
|
|
padding: 5%;
|
|
margin-top: 1%;
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
.img {
|
|
height: auto;
|
|
max-width: 100%;
|
|
margin: 10%;
|
|
}
|
|
|
|
button {
|
|
box-shadow: 5px 5px #d3d3d3;
|
|
} |