Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. div {
  2. width:80%;
  3. margin:auto;
  4. overflow:hidden;
  5. background-color: red;
  6.  
  7. }
  8.  
  9. #top {
  10. min-height: 70px;
  11. border: yellow 3px solid;
  12. }
  13. #top > h1{
  14. display:inline;
  15. margin-left: 30%;
  16. }
  17. #top > li{
  18. display:inline;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement