-
Notifications
You must be signed in to change notification settings - Fork 2
/
6.html
29 lines (25 loc) · 1.07 KB
/
6.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
29
<!DOCTYPE html>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<div id="controls">
<label>B - margin-bottom <input type="number" value="10" step="10" />px</label>
<label>C - margin-top <input type="number" value="10" step="10" />px</label>
<label>D - margin-top <input type="number" value="10" step="10" />px</label>
<label>D - margin-bottom <input type="number" value="10" step="10" />px</label>
<label>C - margin-bottom <input type="number" value="10" step="10" />px</label>
<label>A - margin-bottom <input type="number" value="20" step="10" />px</label>
<label>E - margin-top <input type="number" value="10" step="10" />px</label>
</div>
<pre><code class="html"></code></pre>
<fc>
<div id="A">
<div id="B">A</div>
<div id="C" style="" empty>
<div id="D" style="" empty></div>
</div>
</div>
<div id="E">E</div>
</fc>
<script src="script.js"></script>