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

24 行
235 B

  1. body {
  2. background: #111;
  3. color: #eee;
  4. }
  5. button {
  6. background: #222;
  7. color: #eee;
  8. }
  9. .compass-button {
  10. width: 100px;
  11. height: 100px;
  12. }
  13. #log {
  14. background: #222;
  15. width: 500px;
  16. height: 700px;
  17. }
  18. #stats {
  19. float: right;
  20. }