tweak navbar, add link to colors

This commit is contained in:
Ryan Peters 2021-07-22 07:34:17 -04:00
parent b53443cf23
commit da4de855d7
2 changed files with 7 additions and 2 deletions

View File

@ -19,8 +19,9 @@
<input type="text" class="form-control mr-sm-2" id="your-name-text" placeholder="Enter your name!" />
<input type="text" class="form-control" id="your-color-text" placeholder="Color?" />
</form>
<a class="navbar-text ml-3" href="https://www.w3schools.com/cssref/css_colors.asp" target="_blank">List of colors</a>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto text-white">
<ul class="navbar-nav ml-auto">
<li class="nav-item d-none d-md-block">
<div class="navbar-text font-italic" id="live-mode-status">
<div><strong>Live Mode Enabled</strong></div>

View File

@ -35,6 +35,10 @@ footer {
font-weight: bold;
}
#your-name-text {
width: 170px;
}
#your-color-text {
width: 90px;
text-align: center;