Guest User

Untitled

a guest
Jan 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. /* フッター */
  2. #bottom-editarea {
  3. width: 100%;
  4. margin: 0 auto;
  5. background: #7f8c8d;
  6. padding: 0;
  7. color: #fff;
  8. display: -webkit-flex;
  9. display: flex;
  10. -webkit-justify-content: space-between;
  11. justify-content: space-between;
  12. }
  13. #footer {
  14. text-align: center;
  15. color: #fff;
  16. background: #676F74;
  17. width: 100%;
  18. margin: 0;
  19. padding: 2em 40px 1em 40px;
  20. box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
  21. text-align: center;
  22. font-size: 80%;
  23. }
  24. #blog-title-content a {
  25. font-size: 50px;
  26. font-weight: 100;
  27. color: #fff;
  28. }
  29. .footer-links ul {
  30. list-style: none;
  31. padding: 0;
  32. }
  33. .footer-links ul li {
  34. display: inline-block;
  35. padding: 0 6px;
  36. font-size: 14.5px;
  37. box-sizing: border-box;
  38. }
  39. .copyright {
  40. font-size: 10px;
  41. }
Add Comment
Please, Sign In to add comment