Guest User

Untitled

a guest
May 28th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. /* Navbar */
  2. .navbar-brand {
  3. font-family: Viga;
  4. font-size: 32px;
  5. }
  6.  
  7. /* Jumbotron */
  8. .jumbotron {
  9. background-image: url(img/6.jpg);
  10. background-size: cover;
  11. height: 640px;
  12. text-align: center;
  13. }
  14.  
  15. .jumbotron .display-4 {
  16. color: white;
  17.  
  18. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  19. }
  20.  
  21. .display-4 {
  22. }
  23.  
  24. /* Utility */
  25. .tombol {
  26. text-transform: uppercase;
  27. border-radius: 40px;
  28. }
  29.  
  30. /* Desktop Version */
  31. @media (min-width: 992px) {
  32. .navbar-brand,
  33. .nav-link {
  34. color: white !important;
  35. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  36. }
  37.  
  38. .nav-link {
  39. text-transform: uppercase;
  40. margin-right: 30px;
  41. }
  42. .nav-link:hover::after {
  43. content: "";
  44. display: block;
  45. border-bottom: 3px solid #0b63dc;
  46. width: 50%;
  47. margin: auto;
  48. padding-bottom: 5px;
  49. margin-bottom: -8px;
  50. }
  51.  
  52. .jumbotron {
  53. margin-top: -75px;
  54. }
  55. }
  56.  
Advertisement
Add Comment
Please, Sign In to add comment