raw paste code

back
<img src="https://i.postimg.cc/qB51dTjn/Untitled1862-20260505211858.png" style="height: auto; width: 400px;">

<img src="https://i.postimg.cc/v8N0ds35/Untitled1865-20260505211909.png" style="max-height: 200px; width: auto; float: right; margin-left: 20px;">

text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text 

<img src="https://i.postimg.cc/zGtCTw6b/Untitled1857-20260505212643.png" style="height: auto; width: 200px; float: left; margin-right: 20px;"> 

text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text

<img src="https://i.postimg.cc/7ZG6Qgbg/Untitled1856-20260505213152.png" style="height: auto; width: 200px; float: right;" margin-left: 20px;>

text text text text text text text text text text text text text text text text text text text text text text text text text

<div class="marq">
 <p> if i want to eat, i eat.  if i see an eyesore, i kill it. and if it entertains me, i throw it a bone. i live according to my own stature. if that can't be measured or understood. that's not my problem.</p> 
</div>

<style>
.container-1 {
width: 350px;
text-align: center;
padding: 10px;
}

* {
font-family: "Foldit", sans-serif;
}

.marq {
  overflow: hidden;
  white-space: nowrap;
}

.marq p {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 11s linear infinite;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
</style>

<style>
@import url('https://fonts.googleapis.com/css2?family=Foldit:[email protected]&display=swap');
</style>