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 {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
nav {
|
||||
background-color: #00ff00;
|
||||
overflow: hidden;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: fit-content;
|
||||
}
|
@ -11,8 +11,8 @@
|
||||
<body>
|
||||
<header>
|
||||
<nav class="btn-group">
|
||||
<button class="active">Instances</button>
|
||||
<button>Logout</button>
|
||||
<button class="active">INSTANCES</button>
|
||||
<button>LOGOUT</button>
|
||||
</nav>
|
||||
</header>
|
||||
<main><div id="instance-container" class="center-div"></div></main>
|
||||
|
Loading…
Reference in New Issue
Block a user