Advertisement
Guest User

Untitled

a guest
May 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. body {
  2.     background-color: #211F20;
  3.  
  4. }
  5.  
  6. #navbar {
  7.     background-color: #0f0e0e;
  8.     width: 100%;
  9.     height: 80px;
  10.         align-items: center;
  11.         display: flex;
  12.         flex-direction: row;
  13.         flex-wrap: wrap;
  14.         justify-content: center;
  15. }
  16.  
  17. #logo {
  18.     color: RED;
  19.     font-size: 65px;
  20.    
  21.    
  22. }
  23.  
  24. #btn {
  25.     color: WHITE;
  26.            
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement