Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. body {
  6. background: linear-gradient(to bottom, #ffffcc 0%, #ffff66 100%);
  7. }
  8. .logo {
  9. width: 100%;
  10. }
  11. .logorem {
  12. max-width: 1100px;
  13. margin-left: auto;
  14. margin-right: auto;
  15. }
  16. .content {
  17. display: flex;
  18. justify-content: center;
  19. width: 100%;
  20. }
  21. .panel {
  22. background: #ffffcc;
  23. width: 240px;
  24. }
  25. .center-content {
  26. background-color: #fff;
  27. width: 100%;
  28. }
  29. .content > div {
  30. max-width: 1800px;
  31. flex-direction: row;
  32. display: flex;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement