Small Website to play Web-based games.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

17 行
275 B

  1. html,
  2. body {
  3. padding: 0;
  4. margin: 0;
  5. font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
  6. Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  7. }
  8. a {
  9. color: inherit;
  10. text-decoration: none;
  11. }
  12. * {
  13. box-sizing: border-box;
  14. }