Guest User

Untitled

a guest
Oct 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. /**
  2. * My website 1
  3. */
  4. body {
  5. margin: 0;
  6. }
  7. #index:before {
  8. border-right: 2px solid #fff;
  9. color: #fff;
  10. content: "∨";
  11. display: block;
  12. font-size: 18pt;
  13. height: 40px;
  14. line-height: 40px;
  15. margin-right: 30px;
  16. text-align: center;
  17. position: absolute;
  18. width: 40px;
  19. }
  20. #index {
  21. background-color: #f30;
  22. display: block;
  23. height: 40px;
  24. margin-left: 100px;
  25. position: fixed;
  26. width: 300px;
  27. }
  28. #index > a {
  29. color: #fff;
  30. font-family: Helvetica;
  31. font-size: 12pt;
  32. line-height: 40px;
  33. margin-left: 60px;
  34. text-decoration: none;
  35. }
  36. #index:hover {
  37. background-color: #e30;
  38. cursor: pointer;
  39. }
  40. nav {
  41. display: none;
  42. }
  43. nav > a {
  44. display: block;
  45. text-decoration: none;
  46. }
Add Comment
Please, Sign In to add comment