mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-18 08:23:17 +02:00
Finish Startpage
This commit is contained in:
@ -1,27 +1,20 @@
|
||||
#center {
|
||||
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user