tweak navbar, add link to colors
This commit is contained in:
parent
b53443cf23
commit
da4de855d7
@ -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>
|
||||
|
@ -12,7 +12,7 @@ textarea, .navbar-brand {
|
||||
}
|
||||
|
||||
footer {
|
||||
padding:10px 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
@ -35,6 +35,10 @@ footer {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#your-name-text {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
#your-color-text {
|
||||
width: 90px;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user