mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-11-10 12:27:22 +01:00
Startpage added
This commit is contained in:
parent
d28880e4f6
commit
56255c2655
@ -11,8 +11,11 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="mt-4 p-5 bg-primary text-white rounded" >
|
<div class="container col-md-6" id="content">
|
||||||
<h1>Herzlich Willkommen!</h1>
|
<h1>Herzlich Willkommen!</h1>
|
||||||
|
<img src="assets/Logo_new.png">
|
||||||
|
<br><button type="button" class="btn btn-light">Zur Speisekarte</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
18
wwwroot/css/Site.css
Normal file
18
wwwroot/css/Site.css
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#content {
|
||||||
|
background-color: #C7FFD5;
|
||||||
|
padding: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
img {
|
||||||
|
height: 50%;
|
||||||
|
max-width: 50%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
button {
|
||||||
|
text-align: center;
|
||||||
|
position: center;
|
||||||
|
}
|
||||||
|
|
@ -7,6 +7,7 @@
|
|||||||
<title>y4f</title>
|
<title>y4f</title>
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="css/Site.css" rel="stylesheet" />
|
||||||
<link href="css/app.css" rel="stylesheet" />
|
<link href="css/app.css" rel="stylesheet" />
|
||||||
<link rel="icon" type="image/png" href="favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
<link href="y4f.styles.css" rel="stylesheet" />
|
<link href="y4f.styles.css" rel="stylesheet" />
|
||||||
|
Loading…
Reference in New Issue
Block a user