We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0035921 commit 5a6f91eCopy full SHA for 5a6f91e
_layouts/default.html
@@ -31,7 +31,7 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
31
<h3>Playground</h3>
32
Modify the name and the source code below and the bookmarklet
33
in the "Result" section will update to reflect it in real-time.
34
- <h4>Name</h4>
+ <h4 style="margin-top: 10px;">Name</h4>
35
<input class="container" style="background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" type="text" id="mininame" name="mininame" value="Hello, world!">
36
<h4 style="margin-top: 10px;">Source code</h4>
37
<textarea class="container" style="height: 20em; background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" id="plaintext" name="plaintext">"use strict";
alert('Hello, world!');</textarea>
0 commit comments