I’m making this project for my bootcamp, I’m struggling with moving this + button to the bottom right of this container, my project has this container to "simulate" a phone screen, I have a sub-content box for it and everything, but I’m struggling on having the button on the bottom right above the footer, sticking to it, at the moment its always stuck to each "mission" I create.
.bottom-right-button {
position: absolute;
bottom: 0; /
right: 0;
}
I’ve tried this, but doing it, makes the button be on the bottom right of the actual page, not the "simulation" of the phone screen
2
Answers
Whichever div you want to align:
Whichever div you will accept as a reference:
I’m not sure if I get the question (a little code would be nice) but you may be looking for position: fixed to position the button relative to the viewport