bozza home con layer

This commit is contained in:
Samuele Locatelli
2023-03-22 08:43:43 +01:00
parent 1601e1a00f
commit f13e1cfc85
4 changed files with 14 additions and 3 deletions
+4 -1
View File
@@ -3,5 +3,8 @@
<PageTitle>Index</PageTitle>
<div class="d-flex flex-wrap align-items-center bgbg">
<h1>Web Door Creator</h1>
<div class="transpLayer">
<h1>Web Door Creator</h1>
</div>
</div>
+4
View File
@@ -7,4 +7,8 @@
background-size: cover;
/* Resize the background image to cover the entire container */
height: 35rem;
}
.transpLayer {
color: #DEDEDE;
background-image: linear-gradient(to-right, rgba(15, 15, 15, 0.9), rgba(255, 255, 255, 0.1));
}
+5 -1
View File
@@ -4,5 +4,9 @@
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
height: 35rem;
}
.transpLayer {
color: #DEDEDE;
background-image: linear-gradient(to-right, rgba(15,15,15,0.9), rgba(255,255,255,0.1));
}
+1 -1
View File
@@ -1 +1 @@
.bgbg{background-image:url("images/DOORBG.png");background-position:center;background-repeat:no-repeat;background-size:cover;height:35rem;}
.bgbg{background-image:url("images/DOORBG.png");background-position:center;background-repeat:no-repeat;background-size:cover;height:35rem;}.transpLayer{color:#dedede;background-image:linear-gradient(to-right,rgba(15,15,15,.9),rgba(255,255,255,.1));}