Skip to content

Commit 8100d31

Browse files
add experiment sandbox file
1 parent b29dd4a commit 8100d31

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>Unstyled example</title>
7+
<link rel="stylesheet" href="../styles.css">
8+
9+
10+
<style class="editable">
11+
/* Create your test CSS here */
12+
13+
p {
14+
color: red;
15+
}
16+
</style>
17+
</head>
18+
19+
<body>
20+
<section class="preview">
21+
<p>Create your test HTML here</p>
22+
</section>
23+
24+
<textarea class="playable playable-css" style="height: 160px;">
25+
/* Create your test CSS here */
26+
27+
p {
28+
color: red;
29+
}
30+
</textarea>
31+
32+
<textarea class="playable playable-html" style="height: 160px;">
33+
<p>Create your test HTML here</p>
34+
</textarea>
35+
36+
<div class="playable-buttons">
37+
<input id="reset" type="button" value="Reset">
38+
</div>
39+
</body>
40+
<script src="../playable.js"></script>
41+
42+
</html>

0 commit comments

Comments
 (0)