Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. #bottom-editarea {
  2. width: 100%;
  3. margin: 0 auto;
  4. padding: 0;
  5. display: -webkit-flex;
  6. display: flex;
  7. -webkit-justify-content: space-between;
  8. justify-content: space-between;
  9. }
  10.  
  11. #footer {
  12. color: #ffffff; /* 文字色 */
  13. background: #454545; /* 背景色 */
  14. font-size: .8rem; /* フォントサイズ */
  15. width: 100%;
  16. margin: 0;
  17. padding: 1em 40px;
  18. text-align: center;
  19. }
  20.  
  21. .footer-links ul {
  22. list-style: none;
  23. padding: 0;
  24. }
  25.  
  26. .footer-links ul li {
  27. display: inline-block;
  28. padding: 0 6px;
  29. box-sizing: border-box;
  30. }
  31.  
  32. .footer-links ul li a {
  33. color: #ffffff; /* 文字色 */
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement