Advertisement
alhoseany

test design

Mar 16th, 2022
1,408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. body::before {
  2.     content: '';
  3.     background-image: url("https://i.imgur.com/H3ndfjo.png");
  4.     position: absolute;
  5.     top: 0;
  6.     left: -135px;
  7.     z-index: 99999999;
  8.     width: 100%;
  9.     height: 5142px;
  10.     opacity: 0.5;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement