html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link rel="stylesheet" type="text/css" href="https://codepen.io/appinv/pen/EXpxrP.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
</head>
<body align="center">
<div style="background: rgba(255, 125, 100, 0.95);
padding:10px;">
<div>
<h3 class="bounce" id="headline">🏆THE GREAT TIC TAC TOE CUP🏆</h3>
</div>
<div id="nav">
<nav>
📃<a href="#rules">rules</a>
🗳<a href="#vote">voting-system</a>
📩<a href="#submission">submission</a>
🛑<a href="#deadline">deadline</a>
</nav>
</div>
<div
style="margin-top:25px;">
<img onClick="navigator.vibrate(1000);"
class="wheelitslow Bblack" src="https://d1srlirzdlmpew.cloudfront.net/wp-content/uploads/sites/92/2014/10/06042407/Play-tic-tac-toe-with-virus-1.png" width="100px" height="100px"/>
</div>
<div>
<h3 id="rules">RULES</h3>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
body {
background-image:url("http://cdn2.playdoughtoplato.com/wp-content/uploads/2012/03/FREE-Alphabet-Tic-Tac-Toe-What-a-fun-ABC-game-for-kids.-So-simple-to-play-and-no-prep.jpg");
font-family:monospace;
color:white;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
//alert("🔧good luck ")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run