fixed typing-prompt wrapped around typing-result + fixed loooong cursor
This commit is contained in:
parent
5edf6b84a3
commit
ea47bd1ca6
2 changed files with 28 additions and 37 deletions
|
|
@ -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">
|
||||
$ 
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue