Startpage added

This commit is contained in:
zha19115 2023-02-20 19:16:41 +01:00 committed by FUH22860
parent d28880e4f6
commit 56255c2655
3 changed files with 24 additions and 2 deletions

View File

@ -11,8 +11,11 @@
</header>
<body>
<div class="mt-4 p-5 bg-primary text-white rounded" >
<h1>Herzlich Willkommen!</h1>
<div class="container col-md-6" id="content">
<h1>Herzlich Willkommen!</h1>
<img src="assets/Logo_new.png">
<br><button type="button" class="btn btn-light">Zur Speisekarte</button>
</div>
</body>

18
wwwroot/css/Site.css Normal file
View 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;
}

View File

@ -7,6 +7,7 @@
<title>y4f</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/Site.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="y4f.styles.css" rel="stylesheet" />