Advertisement
Onita

Overlay BG TItle

Jun 13th, 2020
929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. .bg-overlay-2:before {
  2.   background-color: #00154d;
  3.   opacity: 0.4;
  4.   content: '';
  5.   width: 100%;
  6.   height: 100%;
  7.   position: absolute;
  8.   left: 0px;
  9.   top: 0px;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement