Drag & drop dstat files
dstat
- -Drag & drop dstat files
diff --git a/css/style.css b/css/style.css index b1a605b..9b2ad8d 100644 --- a/css/style.css +++ b/css/style.css @@ -4,12 +4,12 @@ html,body { #header { position: fixed; + top: 0; background-repeat: no-repeat; margin: 0; padding: 20 0 0 20; width: 100%; - height: 120px; - z-index: 100; + z-index: 99; background-color: rgba(255, 255, 255, 0.94); } @@ -19,11 +19,41 @@ html,body { #header #focus { width: 200px; - height: 130px; + height: 120px; float: left; margin-left:50px; } +#header #menu-btn { + margin-right: 30px; + margin-top: 30px; + float: right; + font-size: 25px +} + +#menu { + height: 50px; + display: none; +} + +#menu:after { + content:""; + background: black; + height: 1px; + width: 50%; +} + +#left-menu { + float: left; +} + +#right-menu { + float: right; + margin-right: 30px; + font-size: 20px; +} + + #focus .area { fill: rgba(5, 103, 150, 0.69); clip-path: url(#clip); diff --git a/index.html b/index.html index db00822..af8c205 100644 --- a/index.html +++ b/index.html @@ -10,17 +10,51 @@ +
Drag & drop dstat files
Drag & drop dstat files