From 924fc45e90dd01e509e905c1a83343f7459d06bb Mon Sep 17 00:00:00 2001 From: Lani Aung Date: Tue, 21 Feb 2017 09:31:07 -0800 Subject: [PATCH] Using css now, hah --- css/main.css | 5 ++++- index.html | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index d67eee2..ddd2526 100644 --- a/css/main.css +++ b/css/main.css @@ -71,6 +71,9 @@ a { border-left: 1px solid white; } +.indented { + padding-left: 2em; +} @keyframes blink-animation { to { visibility: hidden; @@ -104,4 +107,4 @@ a { font-size: .9em; margin-left: 3em; } -} \ No newline at end of file +} diff --git a/index.html b/index.html index a52cd2b..29eaa39 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@
-
// Practice makes perfect...?
-
Code = new CodeCollection()
+
// Practice makes perfect...?
+
Code = new CodeCollection()
};
experience.Code.Explore();