mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-29 04:47:08 +01:00
Startpage added
This commit is contained in:
parent
32f935af08
commit
742ee5c6c8
@ -1,27 +1,25 @@
|
||||
#center {
|
||||
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
@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: 10%;
|
||||
padding: 5%;
|
||||
margin-top: 1%;
|
||||
border-radius: 10px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
img {
|
||||
.img {
|
||||
height: auto;
|
||||
max-width: 50%;
|
||||
text-align: center;
|
||||
max-width: 100%;
|
||||
margin: 10%;
|
||||
}
|
||||
|
||||
|
||||
button {
|
||||
text-align: center;
|
||||
position: center;
|
||||
}
|
||||
|
||||
box-shadow: 5px 5px #d3d3d3;
|
||||
}
|
Loading…
Reference in New Issue
Block a user