How to Make a Fade to Black Gradient with CSS

Sdílet
Vložit
  • čas přidán 6. 09. 2022
  • Using CSS properties e.g.:
    .diamond_cards_wrap {
    background: linear-gradient( rgba(0, 0, 0, 0), #000 19%);
    margin-top: 597px;
    position: relative;
    padding-top: 221px;
    }
  • Věda a technologie

Komentáře •