Hello, I am currently in the process of designing the footer for my project. However, I have encountered an issue where every element I code seems to shift whenever the window is resized by either me or the user.
I have attempted the following solutions:
margin: 0 auto;
position: relative; float: left;
UPDATE:
Here's the code snippet:
.pdiv{
/* Could using a div be helpful here? */
}
.footer {
position: relative;
left: 300px;
}