Advertisement
machiamatinu

Untitled

Dec 27th, 2021
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .bg-img {
  2. background: url("../../general/images/rules.jpg");
  3. background-size: cover;
  4. background-position: center;
  5.  
  6. width: 100%;
  7. height: 250px;
  8.  
  9. margin-top: 74px;
  10.  
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. justify-content: center;
  15. }
  16.  
  17. .rulesframe {
  18. border: none;
  19. border-radius: 5px;
  20.  
  21. width: 100%;
  22. height: 100vh;
  23. }
  24.  
  25. @media only screen and (max-height: 700px) {
  26. .bg-img {
  27. height: 150px;
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement