added background home img

This commit is contained in:
Chneemann 2024-08-01 16:12:18 +02:00
parent 3eb3699ae8
commit 59d36b0530
4 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,3 @@
<section> <section class="bg-home">
<app-header></app-header> <app-header></app-header>
</section> </section>

View file

@ -0,0 +1,12 @@
section {
width: 100vw;
height: 100vh;
}
.bg-home {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(./../../../assets/img/backgrounds/home.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

View file

@ -3,7 +3,7 @@
.btn { .btn {
padding: 12px 24px; padding: 12px 24px;
width: fit-content; width: fit-content;
box-shadow: 1px 1px 3px $gray; box-shadow: 1px 1px 3px $black;
border-radius: 24px; border-radius: 24px;
color: $white; color: $white;
background-color: $blue; background-color: $blue;

Binary file not shown.

After

Width:  |  Height:  |  Size: 835 KiB