Add menu bar
This commit is contained in:
@@ -9,6 +9,38 @@ body {
|
||||
background-color: #f5a4d1;
|
||||
}
|
||||
|
||||
#menu {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
height: 50px;
|
||||
|
||||
background-color: #ff85c9;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
#menu .menu-item {
|
||||
float: left;
|
||||
height: 100%;
|
||||
padding: 10px;
|
||||
padding-top: auto;
|
||||
padding-bottom: auto;
|
||||
}
|
||||
|
||||
#menu .menu-button:hover {
|
||||
background-color: #ff4bb0;
|
||||
|
||||
border-left-style: solid;
|
||||
border-left-width: 1px;
|
||||
padding-left: 9px;
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
padding-right: 9px;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
@@ -76,8 +108,11 @@ input.form-control {
|
||||
|
||||
#drafting-board {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
|
||||
padding: 20px;
|
||||
padding-top: 70px;
|
||||
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user