Using css now, hah
This commit is contained in:
@@ -71,6 +71,9 @@ a {
|
||||
border-left: 1px solid white;
|
||||
}
|
||||
|
||||
.indented {
|
||||
padding-left: 2em;
|
||||
}
|
||||
@keyframes blink-animation {
|
||||
to {
|
||||
visibility: hidden;
|
||||
|
||||
+2
-2
@@ -17,8 +17,8 @@
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt class="comment" style="padding-left: 2em">// Practice makes perfect...?</dt>
|
||||
<dd style="padding-left: 2em">Code = new CodeCollection()</dd>
|
||||
<dt class="comment indented">// Practice makes perfect...?</dt>
|
||||
<dd class="indented">Code = new CodeCollection()</dd>
|
||||
<dd>};</dd>
|
||||
<dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd>
|
||||
<dd class="blink cursor"> </dd>
|
||||
|
||||
Reference in New Issue
Block a user