Using css now, hah
This commit is contained in:
+4
-1
@@ -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
@@ -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"> </dd>
|
<dd class="blink cursor"> </dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user