diff --git a/frontlog.css b/frontlog.css new file mode 100644 index 0000000..4da3e90 --- /dev/null +++ b/frontlog.css @@ -0,0 +1,14 @@ +frontlog { + position: fixed; + min-width: 200px; + bottom: 0; + right: 0; +} + +flogelem { + display: log; +} + +flogelem img { + width: 25px; +} \ No newline at end of file