Insert Image in right side of the home page of my website. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Insert Image in right side of the home page of my website.

I have given image link in my html(as a comment) code, I want to insert image in yellow part(which is in right side). https://code.sololearn.com/W2nc727rqvDT/?ref=app

16th Jan 2023, 3:18 PM
PRIYANSHU
PRIYANSHU - avatar
2 Answers
+ 6
https://code.sololearn.com/Wp7lrOeAZWix/?ref=app I used the absolute position and resized the image. I hope it is what you're looking for. It looks pretty great by the way, well done!
16th Jan 2023, 4:10 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
For position it at the bottom left corner, use position: absolute; bottom: 0; right: 0; https://code.sololearn.com/WpTcYe54w7oN/?ref=app
16th Jan 2023, 4:47 PM
Calviղ
Calviղ - avatar