Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. custom-bg {
  2.   background-position: center center;
  3.   background-repeat: no-repeat;
  4.   background-size: cover;
  5.   height: 100%;
  6.   left: 0;
  7.   margin: 0;
  8.   opacity: 0;
  9.   padding: 0;
  10.   position: fixed;
  11.   top: 0;
  12.   transition: opacity 700ms;
  13.   width: 100%;
  14. }
  15.  
  16. #edit-bg {
  17.   align-items: center;
  18.   border-radius: 500px;
  19.   bottom: 16px;
  20.   display: flex;
  21.   height: 32px;
  22.   justify-content: center;
  23.   min-width: 32px;
  24.   position: fixed;
  25.   right: 16px;
  26.   width: fit-content;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement