Guest User

Untitled

a guest
Jun 23rd, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /* *****************************************************
  2.  
  3. ** Custom Stylesheet **
  4.  
  5. Any custom styling you want to apply should be
  6. defined here.
  7.  
  8. ***************************************************** */
  9. .navbar-main {
  10. background-color: #000000;
  11. padding-top: 100px;
  12. padding-bottom: 10px;
  13. }
  14. .header-lined h1 {
  15. margin-top: 0;
  16. margin-bottom: 15px;
  17. padding: 6px 0;
  18. border-bottom: 1px solid #ccc;
  19. font-weight: 400;
  20. color: #000;
  21. }
  22. .header{
  23. display: none;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment