put buttons in nav bar
This commit is contained in:
16
web/css.css
16
web/css.css
@@ -11,6 +11,7 @@ html {
|
||||
background-color: rgb(71, 68, 68);
|
||||
}
|
||||
|
||||
|
||||
div {
|
||||
color: white;
|
||||
}
|
||||
@@ -79,10 +80,25 @@ div {
|
||||
border-style: solid;
|
||||
border-radius: 10px;
|
||||
border-color: blue;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.centerdata {
|
||||
margin-left: 5%;
|
||||
display: flex;
|
||||
|
||||
}
|
||||
|
||||
.textblack{
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
.commandbar{
|
||||
float: right;
|
||||
color: #f2f2f2;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
font-size: 17px;
|
||||
}
|
Reference in New Issue
Block a user