Centered typed text
This commit is contained in:
parent
9f0f99b4ea
commit
3bd1aa001e
@ -1,6 +1,6 @@
|
|||||||
<div class="w-100">
|
<div class="w-100">
|
||||||
<div class="d-flex justify-content-center align-items-center" style="height: 600px">
|
<div class="container d-flex align-items-center" style="height: 600px">
|
||||||
<div class="d-none d-md-block">
|
<div class="w-100 text-center">
|
||||||
<typewriter [text]="quote"></typewriter>
|
<typewriter [text]="quote"></typewriter>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
color: white;
|
color: white;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-right: .15em solid white;
|
border-right: .15em solid white;
|
||||||
white-space: nowrap;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
letter-spacing: .15em;
|
letter-spacing: .15em;
|
||||||
animation: blink-caret 1s step-end infinite;
|
animation: blink-caret 1s step-end infinite;
|
||||||
|
Loading…
Reference in New Issue
Block a user