Hi everyone can anyone tell me how to align the photo the right in code.org
I am marking brainliest <3


Answer:
Step 1: Wrap the image in a div element. Step 2: Set the display property to "flex," which tells the browser that the div is the parent container and the image is a flex item. Step 3: Set the justify-content property to "right." Step 4: Set the width of the image to a fixed length value
Explanation: