+ 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
2 Antworten
+ 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!
+ 1
For position it at the bottom left corner, use
position: absolute;
bottom: 0;
right: 0;
https://code.sololearn.com/WpTcYe54w7oN/?ref=app