Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .jumbotron {
  2. background-image:url("../img/blue.jpg");
  3. min-height: 600px;
  4. background-size: cover;
  5. background-repeat: no-repeat;
  6. margin-bottom: 0;
  7. color:white;
  8. }
  9.  
  10. .header-text {
  11. width:60%;
  12. text-align: center;
  13.  
  14. }
  15.  
  16. .header-text img {
  17. width:30%;
  18. height:30%;
  19.  
  20. }
  21. .container {
  22. text-align: center;
  23. }
  24.  
  25. .btn-block {
  26. width:30%;
  27. margin: 0 auto;
  28. background-color:#F5BD7C;
  29. color:#ffffff;
  30. }
  31.  
  32. /*typography */
  33. .header-text p {
  34. font-weight: 800;
  35. font-size:1.8em;
  36.  
  37. }
  38. .col-md-4 p {
  39. font-size: 1.3em;
  40. font-weight: 800;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement