diff options
author | Marco Alexander Fischer | 2018-10-06 20:09:11 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-10-06 20:09:11 +0200 |
commit | 81d3cefcbb0418486922fd9acd1688a03a4d6338 (patch) | |
tree | 1a5399b289a2c9b30121d5456197dbea3783a820 | |
parent | 680ec96536a7080b1461b54ff27e53bb143b1ea9 (diff) |
Improved UI :lipstick:
-rw-r--r-- | assets/css/style.css | 6 | ||||
-rw-r--r-- | assets/images/bg.jpg | bin | 3514543 -> 2014539 bytes | |||
-rw-r--r-- | assets/images/logo_light.png | bin | 0 -> 23015 bytes | |||
-rw-r--r-- | index.html | 5 |
4 files changed, 10 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index af2f74d..3152e92 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -115,6 +115,12 @@ body { font-size: 13px; } +.bottom-right-logo { + position: absolute; + bottom: 5px; + right: 20px; +} + a:visited { text-decoration: none; color: #FB5D5E; diff --git a/assets/images/bg.jpg b/assets/images/bg.jpg Binary files differindex 07f3d25..e6c5d56 100644 --- a/assets/images/bg.jpg +++ b/assets/images/bg.jpg diff --git a/assets/images/logo_light.png b/assets/images/logo_light.png Binary files differnew file mode 100644 index 0000000..0eb2db1 --- /dev/null +++ b/assets/images/logo_light.png @@ -25,7 +25,7 @@ </section> <div class="heading"> <div class="typewriter"> - <h1>Welcome to Texx!</h1> + <h1>Welcome to texx!</h1> </div> </div> <div class="loginFormBox"> @@ -48,6 +48,9 @@ <p>No account yet? <a href="#">Register here!</a></p> </div> </div> + <div class="bottom-right-logo"> + <img src="assets/images/logo_light.png" height="41px" width="95.28571428571429px"> + </div> <script src="./assets/js/jquery.js"></script> <script src="./assets/js/preLoader.js"></script> |