ニジカもんすたぁ!! トップ・ページ https://nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 148 B

12345678910111213141516
  1. body
  2. {
  3. margin: 0 10%;
  4. }
  5. #global-menu
  6. {
  7. display: flex;
  8. justify-content: space-evenly;
  9. }
  10. #global-menu > li
  11. {
  12. list-style: none;
  13. }