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
<div>
<!DOCTYPE html>
<html>
<head>
<title>P<textarea>hi</textarea></title>
</head>
<body>
</body>
</html
</div>
<div>
<h1>product-about it</h1>
<textarea>product name</textarea>
<p>product name </p>
<textarea>product type</textarea>
<text>product type</text>
<textarea>product material</textarea>
<p>product material</p>
<textarea>product durability</textarea>
<text>product durability</text>
</div>
<div>
<h1>Deeper Details</h1>
<textarea>enter the details here</textarea>
<p>heres an example of how you can enter the details: owner: idea: usage: other:</p>
Enter to Rename, Shift+Enter to Preview
css
css
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
body {
background-color: black;
baseline: gray;
text-shadow:19;
white-space:5;
}
div{
background-color:b3b3b3;
text-align:middle;
font-style:serif;
font-size:5;
}
textarea{
text-align:center;
background-color:b3b3b5;
}
h1{
text-align:center;
background-color: gray;
font-size:15px;
font-variant:monospaced;
}
text{
background-color: gray;
}
h5{
background-color: gray;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run