Improve Styling
This commit is contained in:
@@ -7,28 +7,31 @@
|
||||
<title>HTML 5 Boilerplate</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>CodeList</h1>
|
||||
<div>
|
||||
<h3>Generate new list</h3>
|
||||
<div>
|
||||
<label for="input-length">
|
||||
Code Length (<i>n</i>)
|
||||
</label>
|
||||
<input id="input-length" placeholder="4" min="1" type="number">
|
||||
</div>
|
||||
<div>
|
||||
<label>Character Set (<i>Σ</i>) <span title="Input comma seperated values. For example `1, 3, 6, 8` means that the code has 1, 3, 6, and 8 in it.">ⓘ</span></label>
|
||||
<input id="input-char-set" placeholder="1, 2, 3, 4" min="1" type="text">
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3>
|
||||
Output
|
||||
</h3>
|
||||
<div id="output">
|
||||
<div id="output-area" class="output-area"></div>
|
||||
<body class="layer-0">
|
||||
<div class="layer-1 content">
|
||||
<h1>CodeList</h1>
|
||||
<div>
|
||||
<h3>Generate new list</h3>
|
||||
<div>
|
||||
<label for="input-length">
|
||||
Code Length (<i>n</i>)
|
||||
</label>
|
||||
<input id="input-length" placeholder="4" min="1" type="number">
|
||||
</div>
|
||||
<div>
|
||||
<label>Character Set (<i>Σ</i>) <span title="Input comma seperated values. For example `1, 3, 6, 8` means that the code has 1, 3, 6, and 8 in it.">ⓘ</span></label>
|
||||
<input id="input-char-set" placeholder="1, 2, 3, 4" min="1" type="text">
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3>
|
||||
Output
|
||||
</h3>
|
||||
<div id="output">
|
||||
<div id="output-area" class="output-area"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
@@ -95,7 +98,7 @@
|
||||
outputArea.append(row)
|
||||
}
|
||||
|
||||
setRows(["1","2","3","4","5"])
|
||||
setRows(["0123","4567","89Aa","BbCC","DdEe"])
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user