anasazhar

style.css

Nov 8th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. .navbar-brand {
  2.     font-size: 32px;
  3. }
  4.  
  5. .content {
  6.     margin-top: 10px;
  7. }
  8.  
  9. .card {
  10.     margin-bottom: 20px;
  11. }
  12.  
  13. /*DESKTOP*/
  14. @media (min-width: 992px){
  15. .nav-link {
  16.     text-transform: uppercase;
  17.     margin-right: 30px;
  18. }
  19.  
  20. .custom-btn {
  21.     text-transform: uppercase;
  22.     border-radius: 40px;
  23. }
  24.  
  25. .nav-link:hover::after {
  26.         content: '';
  27.         display: block;
  28.         border-bottom: 3px solid #0B63DC;
  29.         width: 50% ;
  30.         margin: auto;
  31.         padding-bottom: 5px;
  32.         margin-bottom: -8px;
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment