fix some nav styling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
58736e6992
commit
e38ab19c1d
@ -67,12 +67,4 @@ p {
|
|||||||
.btn-group button.active {
|
.btn-group button.active {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
|
||||||
|
|
||||||
nav {
|
|
||||||
background-color: #00ff00;
|
|
||||||
overflow: hidden;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
width: fit-content;
|
|
||||||
}
|
}
|
@ -11,8 +11,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav class="btn-group">
|
<nav class="btn-group">
|
||||||
<button class="active">Instances</button>
|
<button class="active">INSTANCES</button>
|
||||||
<button>Logout</button>
|
<button>LOGOUT</button>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main><div id="instance-container" class="center-div"></div></main>
|
<main><div id="instance-container" class="center-div"></div></main>
|
||||||
|
Loading…
Reference in New Issue
Block a user