Advertisement
pedromsg

Toolbar

Oct 6th, 2018
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. .Toolbar {
  2.     height: 56px;
  3.     width: 100%;
  4.     position: fixed;
  5.     top: 0;
  6.     left: 0;
  7.     background-color: #793b09;
  8.     display: flex;
  9.     justify-content: space-between;
  10.     align-items: center;
  11.     padding: 0 20px;
  12.     box-sizing: border-box;
  13.     z-index: 90;
  14. }
  15.  
  16. .Toolbar nav {
  17.     height: 100%;
  18. }
  19.  
  20. .Logo {
  21.     height: 80%;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement