Added all missing components
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 22s

This commit is contained in:
2024-10-26 22:03:54 +02:00
parent eb3bd9b356
commit 4821a955e1
29 changed files with 224 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
<span>logo</span>
<img src="assets/logo.svg" alt="logo"/>
<h1>Ontvlambaar</h1>
<span class="slogan">Jullie het vuur, wij de branding</span>

View File

@@ -1,11 +1,14 @@
:host {
height: 30rem;
min-height: 30rem;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 3rem 0;
}
.slogan {
font-size: 3.5rem;
}
img {
height: 8rem;
}