bozza home con layer
This commit is contained in:
@@ -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>
|
||||
@@ -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));
|
||||
}
|
||||
@@ -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
@@ -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));}
|
||||
Reference in New Issue
Block a user