welcome to my webbed page
Hi
welcome to the css main. enjoy a midi while you scroll

if you want to put my code on your webpage youre allowed, as long as you add my credit stamp. you can edit the css for it just make it visible and link back here
<style>
#credit{
position: absolute;
filter: none;
right: 0px;
bottom: 0px;
width: 100px;
transition: 0.4s width;
}
#credit:hover{
width:200px;
}
</style>
<a href="https://schoolworkcity.neocities.org/fun/cssAgain/">
<img class="noBorder" id="credit" src=
"https://schoolworkcity.neocities.org/fun/rysatyer/img/creditstamp.png">
</a>