Help with positioning welcome-section

I want all the text in the #welcome-section to fall to the bottom of the section when the page loads. Even without the animation, I can’t even get it to position there, let alone animate it down to that spot. Any help would be appreciated.

https://codepen.io/lepros/pen/ExXXgRL

I think I might be on to something. I think the text needs to be set to position: relative. Though that just made my navbar disappear.

No, that’s just dropping it to the same place that it is with static position anyway. It’s animated, but still not moving to the bottom of its section.

oh my gosh oh my gosh I think I did it!

It’s currently animating, but the starting point is off. After the page loads, the text jumps a ways down from the top, then the animation starts. I’m still trying to get it to drop from the actual top of the section.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.