Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. body {
  2. background: #f5d9d5;
  3. font-family: "Nunito", sans-serif;
  4. }
  5.  
  6. .content {
  7. margin-top: 100px;
  8. }
  9.  
  10. .blurb h2 {
  11. color: #ea1c2c;
  12. font-weight: 100;
  13. font-size: 2.25rem;
  14. }
  15.  
  16. .blurb p {
  17. color: #f498b8;
  18. font-weight: 100;
  19. font-size: 1.125rem;
  20. line-height: 2;
  21. }
  22.  
  23. #headerNavbar {
  24. font-size: 1.5rem;
  25. font-weight: 300;
  26. }
  27.  
  28. #headerNavbar .nav-link {
  29. color: white;
  30. }
  31.  
  32. #headerNavbar .nav-link:hover {
  33. color: #ea1c2c;
  34. }
  35.  
  36. #headerNavbar .navbar-brand {
  37. color: #ea1c2c;
  38. font-size: 1.5rem;
  39. }
  40.  
  41. #mus-heading span {
  42. color: #ea1c2c;
  43. }
  44.  
  45. #mus-heading h1 {
  46. font-weight: 100;
  47. font-size: 3.25rem;
  48. }
  49.  
  50. .navbar.scrolled {
  51. background: rgb(222, 192, 222);
  52. transition: background 300ms;
  53. }
  54.  
  55. @media (max-width: 1200px) {
  56. #mus-heading h1 {
  57. font-weight: 100;
  58. font-size: 2.5rem;
  59. }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement