Advertisement
blackevil96

style.css

Mar 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. background: url('../img/background.jpg');
  4. background-size: auto;
  5. background-repeat: no-repeat;
  6. }
  7.  
  8. .fixed-bottom{
  9. bottom: 10%;
  10. }
  11.  
  12. .btn-lg{
  13. font-family: "Droid Sans", sans-serif;
  14. font-weight: bold;
  15. font-size: 20px;
  16. color: grey;
  17. position: relative;
  18. margin-left: 65px;
  19. width: 20%;
  20. padding: 1% 0;
  21. }
  22.  
  23. .box-popup{
  24. top:70%;
  25. left:75%;
  26. outline: none;
  27. overflow:hidden;
  28. height:30%;
  29. width:20%;
  30. background-color:#f8f8f8;
  31. bottom: 0px;
  32. position:absolute;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement