implement buttons

This commit is contained in:
2019-06-09 01:03:58 +02:00
parent dcac94f5ca
commit 5ea26605d3
4 changed files with 72 additions and 12 deletions

View File

@@ -11,9 +11,9 @@ body{
.top-bar{
position: fixed;
background-color: orange;
height: 20px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
left: 0;
top: 0;
@@ -23,6 +23,7 @@ body{
.top-button{
height: 80%;
float: left;
margin-right: 10px;
background-color: red;