fixed typing-prompt wrapped around typing-result + fixed loooong cursor

This commit is contained in:
Emile Clark-Boman 2025-08-01 20:17:19 +10:00
parent 5edf6b84a3
commit ea47bd1ca6
2 changed files with 28 additions and 37 deletions

View file

@ -5,19 +5,16 @@
</head>
<body>
<div class="centered heading">
<div class="typing-wrapper">
<div>
<!-- Comment between divs is intentional and removes implicit spacing -->
<div class="typing-prompt">
$&nbsp
</div><!--
--><div class="typing-prompt typing-effect">
Do butterflies cry when they're sad?
</div>
<div>
<div class="typing-result">
<div id="typing-wrapper">
<div id="typing-prompt">
$ Do butterflies cry when they're sad?
</div>
<div id="typing-result">
Segmentation fault (core dumped)
</div>
</div>
</div>
</body>