福田皮卡火星7+火星9
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

reset.css 388B

123456789101112131415161718192021222324252627282930313233
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. /* h1 ~ h6 */
  6. font-size: inherit;
  7. font-weight: normal;
  8. /* ol ul */
  9. list-style: none;
  10. }
  11. button {
  12. all: unset;
  13. display: inline-block;
  14. box-sizing: border-box;
  15. cursor: pointer;
  16. }
  17. a {
  18. all: unset;
  19. cursor: pointer;
  20. }
  21. iframe {
  22. border: none;
  23. }