html / css help ywy

i cant seem to get my images scaled correctly, they are always huge and float off screen would anyone be able to help me?
example:

img style="max-width: 300; display: block; margin-left: auto; margin-right: auto;" src="https://539be18ce2.imgdist.com/pub/bfra/gvqbr0hf/qpy/30c/uk7/Screenshot%202026-03-06%20165607.png" alt=""

Hey, images can be annoying


Hey, images can be annoying to work with but here's a fix for ya!



The code below allows you to modify the size however you like.

Option 1 <*img src="image.png" style="width: 500px; min-width: 600px; height:600px;" */>

Option 2 <*img src="image here" style="width: 600px; height:600px;" */>

I hope this helps! Make sure to remove the "*" from the code before you use them! If you need more CSS help let me know. ♥

thank you so much

thank you so much <33