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
<!-- Created by Don't call me princess -->
<html>
<head>
</head>
<body>
<h1>Tardy</h1>
The slowest.
<br />
Tortoise has always felt left out.
<br />
She sees everyone zoom past her.
<br />
Hare is always the worst.
<br />
Always gloating over her.
<br />
Always glossing over her.
<br />
Never talking to her.
<br />
Making Tortoise feel unwanted
<br />
Irrelevant
<br />
Undesirable.
<br />
She walks far away,
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Created by Don't call me princess */
h1 {
color: green;
background-color: white;
}
body {
color: blue;
background-color: white;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Created by Don't call me princess
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run