CSS - Changing an image

PHOTO EMBED

Sat Jul 31 2021 12:20:29 GMT+0000 (Coordinated Universal Time)

Saved by @maryjaay666 #html

<style>
    # Code for CSS
         img {
           width: 100px; # For width
           border-radius: 50px; # Making image round
           float: left; # Chaning "float" text displayed on left side
           margin-right: 10px; # Moving "loat" 10px right
         }
</style>
content_copyCOPY