I’m trying to add content independent of current content using a div. So basically I have a sentence and a picture that I want to be all the way to the side of the website. But adding them makes the website change. I want it to be added without changing anything
I’m trying to add content independent of current content using a div. So basically
Share
Something like
div { position: absolute; right: 0; }might do the trick. Try this position tutorial.