Advertisement
inqw

Untitled

Jun 26th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.99 KB | None | 0 0
  1. #header .image img {width: 125px; position: absolute; margin-top: 70px;}
  2. #header .menu ul{display: flex; margin-left: -8px; margin-top: -10px; list-style-type: none; border-bottom: 3px solid gray; width: 100%; }
  3. #header .menu ul li {position: relative; padding: 10px;left: -39px; ; width: 2500px; text-align: center; line-height: 20px;}
  4. #header .menu ul li a {text-decoration: none; color: #7a7b7c; font-size: 14px; font-family: sans-serif;}
  5. #header .menu ul li:hover {background: #eaf7ff; transition: .8s ease; cursor: pointer;}
  6. #header .menu ul li:hover a {color: #505151; transition: .8s ease;}
  7. .left-side-wrapper {position: absolute; left: 0;margin-left: 15px;border-right: 3px solid; margin-top: -16px; text-align: center;font-family: sans-serif; height: 100%; width: 24%;opacity: .8}
  8. .left-side {padding: 15px;}
  9. .left-side h1 {font-size: 18px;}
  10. .right-side-wrapper {position: absolute; right:0;border-left:3px solid;margin-top: -16px;; text-align: center;font-family: sans-serif;height: 100%;width: 25%;opacity: .8}
  11. .right-side {padding: 15px;}
  12. .middle-wrapper {position: absolute; left: 25%;text-align: center;width: 50%; height: 100%; margin-top: -16px;background:#fcfcfc;transition: .4s ease;}
  13. .middle-wrapper img {margin-top: 10px; width: 225px; height: 90px}
  14. .middle-wrapper {background: #eaf7ff}
  15. div.tweet {padding: 6px; border-bottom: 3px solid gray; width: 100%; margin-left: -8px;}
  16. div.tweet:nth-of-type(2n) {background: #d3e4ff;}
  17. div.left-side h1 {font-family: sans-serif; ; text-decoration: underline }
  18. div.tweet p {font-family: sans-serif; font-size: 18px; line-height: 25px;}
  19. div.tweet h4 {font-family: sans-serif; font-size: 12px; color: gray}
  20. div.redditpost h4 {font-family: sans-serif; color: gray; font-size: 12px;}
  21. div.redditpost {text-align: center; border-bottom: 3px solid gray; width: 100%;}
  22. div.redditpost p {font-family: sans-serif; font-size: 18px; line-height: 25px;}
  23. div.redditpost:nth-of-type(2n) {background:#d3e4ff}
  24. div.right-side h1 {font-size: 18px; text-decoration: underline}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement