Changed styling
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</h2>
|
||||
<h3 id="result"></h3>
|
||||
<form>
|
||||
<select id="selectNumber">
|
||||
<select id="selectNumber" class="dropdown">
|
||||
<option value="1">
|
||||
Pick 1
|
||||
</option>
|
||||
@@ -62,15 +62,15 @@
|
||||
Pick 5
|
||||
</option>
|
||||
</select>
|
||||
<button type="submit" id="submit">Randomize</button>
|
||||
</form>
|
||||
<button type="submit" id="submit">Randomize</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<button id="reset">Reset</button>
|
||||
<script src="script.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user