From 67f46d9a239ada71a30666f0d9cd47e12bc62a86 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sun, 10 Apr 2016 20:42:15 -0400 Subject: [PATCH] fixed cookies, minor display issues --- atoms/index.css | 25 +++++++++++++++++++++++++ atoms/index.html | 6 +++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/atoms/index.css b/atoms/index.css index ad89d2c..c923a84 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -96,6 +96,7 @@ td:hover { } .settings { margin-left: -20%; + width: 13%; } .fa { @@ -146,4 +147,28 @@ td:hover { font-size:300%; color:#fff; text-shadow: 4px 4px 5px #444; +} + +.about { + position: absolute; + bottom: 3%; + max-width: 70%; + margin-left: 3.5%; + font-size: 110%; +} + +.github { + font-size: 120%; + color: #23527C; + text-decoration: none; + + -webkit-transition: color 0.3s ease; + -moz-transition: color 0.3s ease; + -ms-transition: color 0.3s ease; + transition: color 0.3s ease; + +} +.github:hover { + text-decoration: none; + color: #69CBE4; } \ No newline at end of file diff --git a/atoms/index.html b/atoms/index.html index f7f6d7c..e81c2f4 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -17,7 +17,11 @@

Settings