Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. paral {
  2. min-height: 700px;
  3. opacity: 0.7;
  4. background-attachment: fixed;
  5. background-size: cover;
  6. background-position: 50% 50%;
  7. }
  8.  
  9. .paral p {
  10. font-size: 24px;
  11. color:#f5f5f5;
  12. text-align: center;
  13. line-height: 60px;
  14. }
  15.  
  16. /* Heading for Parallax Section */
  17. .paral h1 {
  18. /*color: rgba(255, 255, 255, 0.8);*/
  19. color: black;
  20. font-size: 60px;
  21. text-align: center;
  22. padding-top: 60px;
  23. line-height: 100px;
  24. }
  25.  
  26. .paralsec {
  27. background-image: url("main.png");
  28. }
  29.  
  30. .paralsec1 {
  31. background-image: url("main2.png");
  32. }
  33.  
  34. .paralsec2 {
  35. background-image: url("main3.png");
  36. }
  37.  
  38. .jumbotron{margin-bottom: 0;}
  39.  
  40. .separator {
  41. font-size: 1.875rem;
  42. padding: 1.618em 0;
  43. text-align: center;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement