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();