added background home img
This commit is contained in:
parent
3eb3699ae8
commit
59d36b0530
4 changed files with 14 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
<section>
|
<section class="bg-home">
|
||||||
<app-header></app-header>
|
<app-header></app-header>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
BIN
frontend/src/assets/img/backgrounds/home.png
Normal file
BIN
frontend/src/assets/img/backgrounds/home.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 835 KiB |
Loading…
Reference in a new issue