raw paste code

back
<img class="image" src="https://uchicken.nekoweb.org/yusukestare.png"/>
hi its me im the man. ignore the eye straining colors its for me testing.
<br>no marquee womp
<br>
<iframe src="https://uchicken.nekoweb.org/"></iframe>
<style>
.container-1 {
background: red;
border: 5px solid yellow;
border-radius: 0;
}
body {
background: darkblue;
}
a, a:visited {
color: black;
}
a:hover {
background: pink;
}
.image {
display: block;
margin: auto;
width: 300px;
filter: sepia(100%) hue-rotate(300deg);
transition: filter .5s ease-in-out;
}
.image:hover {
filter: sepia(0%) hue-rotate(360deg);
</style>