fix grafica landing page

This commit is contained in:
zaccaria.majid
2023-03-22 09:05:54 +01:00
parent 8e3b05fa1d
commit 4d348afa47
3 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -7,12 +7,15 @@
background-size: cover;
/* Resize the background image to cover the entire container */
height: 45rem;
display: flex;
flex-wrap: wrap;
align-items: end;
}
.transpLayer {
color: #DEDEDE;
background-image: linear-gradient(to right, rgba(30, 30, 30, 0.9), rgba(255, 255, 255, 0.1));
width: 100%;
height: 100%;
height: 7rem;
display: flex;
flex-wrap: wrap;
align-items: end;
+4 -1
View File
@@ -4,13 +4,16 @@
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
height: 45rem;
display: flex;
flex-wrap: wrap;
align-items: end;
}
.transpLayer {
color: #DEDEDE;
background-image: linear-gradient(to right, rgba(30,30,30,0.9), rgba(255,255,255,0.1));
width: 100%;
height: 100%;
height: 7rem;
display: flex;
flex-wrap: wrap;
align-items: end;
+1 -1
View File
@@ -1 +1 @@
.bgbg{background-image:url("images/DOORBG.png");background-position:center;background-repeat:no-repeat;background-size:cover;height:45rem;}.transpLayer{color:#dedede;background-image:linear-gradient(to right,rgba(30,30,30,.9),rgba(255,255,255,.1));width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:end;}
.bgbg{background-image:url("images/DOORBG.png");background-position:center;background-repeat:no-repeat;background-size:cover;height:45rem;display:flex;flex-wrap:wrap;align-items:end;}.transpLayer{color:#dedede;background-image:linear-gradient(to right,rgba(30,30,30,.9),rgba(255,255,255,.1));width:100%;height:7rem;display:flex;flex-wrap:wrap;align-items:end;}