Advertisement
Guest User

Untitled

a guest
Dec 21st, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. body {
  2. background-color: burlywood;
  3. background-repeat: no-repeat;
  4. background-position: right top;
  5. background-attachment: scroll;
  6. }
  7. .top-logo{
  8. background-color: cadetblue;
  9. width: 1024px;
  10. height: 400px;
  11. margin: auto;
  12. }
  13. .menu_list{
  14. list-style: none;
  15. text-decoration: none;
  16. text-align: center;
  17. background-color: chartreuse;
  18. width: 1024px;
  19. height: 50px;
  20. display: flex;
  21. margin: auto;
  22. }
  23. .menu_item{
  24. margin: auto;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement