Skip to content

Commit

Permalink
まだ入ってなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
falrnd committed Sep 15, 2017
1 parent 27d4789 commit 1c586d9
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,5 @@ $RECYCLE.BIN/
[Ee]ngine/
[Ee]xample/
[Ss]creenshot/
*_log.html
*.html
!rule.html
49 changes: 49 additions & 0 deletions SchoolFestival2017/rule.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>あそびかたとか</title>
<style>
p {
margin: 0px 12% 0px;
padding: 5px 20px 5px;
font-size: 18px;
background: #ddddff;
color: #444444;
}

body {
background-color: #ddffdd;
font-family:
'Segoe UI',
'メイリオ',
'Meiryo',
'ヒラギノ角ゴ Pro W3',
'Hiragino Kaku Gothic Pro',
'Osaka',
'MS Pゴシック',
'MS PGothic',
'Arial',
sans-serif;
}

div{text-align: center;}

h1 {color: #666666;text-align: center;font-size: 48px;}
h2 {color: #666666;text-align: center;font-size: 48px;}
h3 {color: #666666;text-align: center;font-size: 48px;}
h4 {color: #666666;text-align: center;font-size: 48px;}
h5 {color: #666666;text-align: center;font-size: 48px;}
h6 {color: #666666;text-align: center;font-size: 48px;}
</style>
</head>
<body>
<h2>あそびかた</h2>
<p>がめんのどこでもいいので</p>
<p>マウスでクリックしてひっぱると、</p>
<p>ひっぱったほうこうにはちさんがとんでいきます。</p>
<p>ながいじかんひっぱると、はやくとおくへとんでいきます。</p>
<p>おちているたねを、じかんないになるべくたくさんあつめてください。</p>
<div><img src="20170915-230213-575.png"></div>
</body>
</html>

0 comments on commit 1c586d9

Please sign in to comment.