Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. header{
  2. position:fixed;
  3. background-color:#0D2825;
  4. height:40px;
  5. width:100%;
  6. top:0;
  7. }
  8. .header-logo{
  9. float:left;
  10. font-size:13px;
  11. margin-left:100px;
  12. padding:8px;
  13. color:white;
  14. }
  15. header button{
  16. float:left;
  17. width:75px;
  18. height:40px;
  19. background-color:#4D494F;
  20. margin:0px 0px 0px 500px;
  21. color:white;
  22. border-color:#4D494F;
  23. }
  24. span{
  25. color:#1BE1C6;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement