Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1. body{
  2.     display:inherit!important;
  3. }
  4.  
  5. c-wiz{
  6.     width:100%!important;
  7. }
  8. @media only screen and (min-width: 1000px) {
  9.     body{      
  10.         background: linear-gradient(90deg, rgba(0,0,0,0.5) 14.5%,rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.0) 15%,rgba(0,0,0,0.0) 85%,rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.5) 85.5%);
  11.     }
  12.     c-wiz{
  13.         width:70%!important;
  14.         margin-left:15%;
  15.     }
  16. }
  17.  
  18. @media only screen and (min-width: 1500px) {
  19.     body{      
  20.         background: linear-gradient(90deg, rgba(0,0,0,0.5) 24.5%,rgba(0,0,0,0.6) 25%, rgba(0,0,0,0.0) 25%,rgba(0,0,0,0.0) 74%,rgba(0,0,0,0.6) 75%, rgba(0,0,0,0.5) 75.5%);
  21.     }
  22.     c-wiz{
  23.         width:50%!important;
  24.         margin-left:25%
  25.     }
  26. }
  27. @media only screen and (min-width: 2000px) {
  28.     body{      
  29.         background: linear-gradient(90deg, rgba(0,0,0,0.5) 29.5%,rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.0) 30%,rgba(0,0,0,0.0) 70%,rgba(0,0,0,0.6) 70%, rgba(0,0,0,0.5) 70.5%);
  30.     }
  31.     c-wiz{
  32.         width:40%!important;
  33.         margin-left:30%
  34.     }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement