diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/base.css | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css new file mode 100644 index 0000000..9569be1 --- /dev/null +++ b/static/base.css @@ -0,0 +1,15 @@ +html { +    background-color: #002b36; +} + +#floatingmenu { +    border: 1px solid #000; +    width: 200px; +    height: 50px; +    background-color: #002D38; +    display: block; +    position: absolute; +    right: 0px; +    top: 0px; +    position: absolute; +}  | 
