aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-09-08 18:13:55 +0200
committerMarco Alexander Fischer2018-09-08 18:13:55 +0200
commitb31ecd7c693f670062ef1cc37fbf11e7ab443f82 (patch)
tree6d7e9992ceae3aa15aba3f5aa40b87715669135d
parentf80a71ea1bade9caf2fba2e505fb1d8386e89444 (diff)
Added some text :pencil2:
-rw-r--r--assets/css/style.css5
-rw-r--r--index.html6
2 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index b10552b..021a118 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -112,6 +112,11 @@ body {
cursor: pointer;
}
+.register {
+ alignment: bottom;
+ font-size: 13px;
+}
+
@keyframes middle-to-top {
from {
margin-top: 50vh;
diff --git a/index.html b/index.html
index a70759a..f00e79b 100644
--- a/index.html
+++ b/index.html
@@ -29,6 +29,12 @@
</div>
<br>
<button class="button-blue">Login</button>
+ <br>
+ <br>
+ <br>
+ <div class="register">
+ <p>No account yet? <a href="#">Register here!</a></p>
+ </div>
</div>
</body>
</html>