mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 20:07:08 +01:00
new startpage
This commit is contained in:
parent
1969432980
commit
bf8776a4f9
@ -12,9 +12,9 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container col-md-6" id="content">
|
<div class="container col-md-6" id="content">
|
||||||
<h1>Herzlich Willkommen!</h1>
|
<h1 class="center">Herzlich Willkommen!</h1>
|
||||||
<img src="assets/Logo_new.png">
|
<img src="assets/Logo_new.png" class="center">
|
||||||
<br><button type="button" class="btn btn-light">Zur Speisekarte</button>
|
<br><button type="button" class="btn btn-light center">Zur Speisekarte</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,11 +1,20 @@
|
|||||||
#content {
|
#center {
|
||||||
background-color: #C7FFD5;
|
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#content {
|
||||||
|
background-color: #C7FFD1;
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 50%;
|
height: auto;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user