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;
|
||||
|
||||
background-size: contain;
|
||||
background-color: rgba(183, 183, 183, 0.4);
|
||||
backdrop-filter: blur(5px);
|
||||
background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"),
|
||||
linear-gradient(
|
||||
180deg,
|
||||
rgba(2, 0, 36, 0.1) 0%,
|
||||
rgba(0, 0, 0, 0) 35%,
|
||||
rgba(0, 0, 0, 0.25) 100%
|
||||
);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
//background-color: rgba(183, 183, 183, 0.5);
|
||||
//backdrop-filter: blur(5px);
|
||||
//background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"),
|
||||
// linear-gradient(
|
||||
// 180deg,
|
||||
// rgba(2, 0, 36, 0.1) 0%,
|
||||
// rgba(0, 0, 0, 0) 35%,
|
||||
// rgba(0, 0, 0, 0.25) 100%
|
||||
// );
|
||||
|
||||
&.centered {
|
||||
grid-column: 1/-1;
|
||||
|
@ -31,8 +32,8 @@
|
|||
justify-content: space-around;
|
||||
|
||||
.imgDiv {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
backdrop-filter: blur(5px);
|
||||
//background-color: rgba(0, 0, 0, 0.4);
|
||||
//backdrop-filter: blur(5px);
|
||||
|
||||
padding: 0.5rem;
|
||||
margin-left: 3rem;
|
||||
|
|
Loading…
Reference in a new issue