diff --git a/css/style.css b/css/style.css index e86b4f45..453b2751 100644 --- a/css/style.css +++ b/css/style.css @@ -30,6 +30,24 @@ body { bottom: 0; } +.piskel-name-container { + overflow:hidden; + position:fixed; + top:10px; + left:10px; + color:white; + font-family:Tahoma; + z-index: 10000; +} + +.piskel-name-container #piskel-name { + border :none; + color : lightgrey; + background: transparent; + font-size:16pt; + +} + .column { display: inline-block; } diff --git a/index.html b/index.html index 6f3ac7f2..6eff0045 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,9 @@
+