raw paste code

back
<div class="typewriter">
  <h1>this is gonna make me kms. i h8 coding</h1>
</div>
<img src="https://file.garden/ZSdXdYaLWgVEMIKc/IMG_5898.gif" alt="little guy"width="350" height="350">
<style>
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
</style>
<style>
 /* GLOBAL STYLES */
body {
  background: #333;
  padding-top: 5em;
  display: flex;
  justify-content: center;
}

.typewriter h1 {
  color: #000;
  font-family: DotGothic16;
  font-size: 15px;
  overflow: hidden;
  border-right: .08em solid black;
  white-space: nowrap;
  letter-spacing: .1em; /* Adjust as needed */
  animation: 
    typing 2.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black }
}
</style>