Using css now, hah

This commit is contained in:
Lani Aung
2017-02-21 09:31:07 -08:00
parent b023f840e4
commit 924fc45e90
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -71,6 +71,9 @@ a {
border-left: 1px solid white; border-left: 1px solid white;
} }
.indented {
padding-left: 2em;
}
@keyframes blink-animation { @keyframes blink-animation {
to { to {
visibility: hidden; visibility: hidden;
@@ -104,4 +107,4 @@ a {
font-size: .9em; font-size: .9em;
margin-left: 3em; margin-left: 3em;
} }
} }
+2 -2
View File
@@ -17,8 +17,8 @@
</dl> </dl>
<dl> <dl>
<dt class="comment" style="padding-left: 2em">// Practice makes perfect...?</dt> <dt class="comment indented">// Practice makes perfect...?</dt>
<dd style="padding-left: 2em">Code = new CodeCollection()</dd> <dd class="indented">Code = new CodeCollection()</dd>
<dd>};</dd> <dd>};</dd>
<dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd> <dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd>
<dd class="blink cursor">&nbsp;</dd> <dd class="blink cursor">&nbsp;</dd>