I made an image button and tried resizing it for my website, but it won't work ? Each time I try to change its size, it changes positions, but not the size???? ghelp ????
I tried styling it
<style>
#yipee {
width: 100px;
height: 100px;
position: relative;
bottom: 1150px;
left: 900px;
}
</style>
it didn't change the size, just the position
I then tried directly changing it in the div
<div id= "yipee">
<input type= "image" img src= ".png" width= "200px" height= "200px" />
</div>
still didn't work
btw this is what it looks like rn sreenshot
I started html a few days ago, so my mistake might be obvious but idk what I did wrong