mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 21:17:09 +01:00
Startpage added
This commit is contained in:
parent
32f935af08
commit
742ee5c6c8
@ -1,27 +1,25 @@
|
|||||||
#center {
|
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
||||||
|
|
||||||
margin-left: auto;
|
html, body {
|
||||||
margin-right: auto;
|
margin: 0px;
|
||||||
width: 50%;
|
padding: 0px;
|
||||||
|
background-color: #C7FFD1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
background-color: #C7FFD1;
|
background-color: #C7FFD1;
|
||||||
padding: 10%;
|
padding: 5%;
|
||||||
|
margin-top: 1%;
|
||||||
|
border-radius: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img {
|
||||||
img {
|
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 50%;
|
max-width: 100%;
|
||||||
text-align: center;
|
margin: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-align: center;
|
box-shadow: 5px 5px #d3d3d3;
|
||||||
position: center;
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user