WIP: removed bg image from feature page
This commit is contained in:
parent
c34662ce2d
commit
ffa150d952
1 changed files with 12 additions and 11 deletions
|
@ -8,15 +8,16 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-color: rgba(183, 183, 183, 0.4);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
backdrop-filter: blur(5px);
|
//background-color: rgba(183, 183, 183, 0.5);
|
||||||
background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"),
|
//backdrop-filter: blur(5px);
|
||||||
linear-gradient(
|
//background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"),
|
||||||
180deg,
|
// linear-gradient(
|
||||||
rgba(2, 0, 36, 0.1) 0%,
|
// 180deg,
|
||||||
rgba(0, 0, 0, 0) 35%,
|
// rgba(2, 0, 36, 0.1) 0%,
|
||||||
rgba(0, 0, 0, 0.25) 100%
|
// rgba(0, 0, 0, 0) 35%,
|
||||||
);
|
// rgba(0, 0, 0, 0.25) 100%
|
||||||
|
// );
|
||||||
|
|
||||||
&.centered {
|
&.centered {
|
||||||
grid-column: 1/-1;
|
grid-column: 1/-1;
|
||||||
|
@ -31,8 +32,8 @@
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
.imgDiv {
|
.imgDiv {
|
||||||
background-color: rgba(0, 0, 0, 0.4);
|
//background-color: rgba(0, 0, 0, 0.4);
|
||||||
backdrop-filter: blur(5px);
|
//backdrop-filter: blur(5px);
|
||||||
|
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
margin-left: 3rem;
|
margin-left: 3rem;
|
||||||
|
|
Loading…
Reference in a new issue