diff --git a/README.md b/README.md index fc70b4a..5fe914d 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,7 @@ Base64 Encoder ============== Running live here: +http://jpillora.com/base64-encoder/ -http://jpillora.com/base64-encoder/ \ No newline at end of file +# Screenshots +![index](https://user-images.githubusercontent.com/24679901/31191252-c6f1dba8-a967-11e7-9248-32b5f4c8740e.png) \ No newline at end of file diff --git a/index.html b/index.html index 30fdc2b..895f51f 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,16 @@ position: absolute; right: 10; top: 10; - opacity: 0.5; + opacity: 0.7; + background: #ff3860; + } + + .downloadFile { + position: absolute; + right: 35; + top: 10; + opacity: 0.7; + background: #23d260; } textarea { @@ -71,6 +80,8 @@

Base64 File Encoder

Drop Files here

+ + - - + \ No newline at end of file