Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS COMMENT */
  3. body {font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}
  4.  
  5. body{margin:0;}
  6. .header {background-color:darkred;}
  7. .navigation {width:1400px;
  8. margin:0px auto; color:white;
  9. display:flex;
  10. justify-content: space-between;
  11. align-items: baseline; font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
  12.  
  13. .navigation a {color: white; text-decoration: underline; padding:10px; background-color: black;border-radius: 100px;}
  14.  
  15. .navigation a:hover {background-color:black; border-top:thick black dashed;}
  16.  
  17. .categories {width:80%;
  18. margin:0 auto;display:flex;
  19. flex-wrap: wrap;}
  20. .left, .right {width:50%;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement