Placing items at specific position in page without using position: absolute
Is there a way to place content at a specific position on the screen without using
position: absolute
or position: fixed
and setting a value for top? For example, as shown in the screenshot I posted with the message. Any help would be appreciated.2 Replies
you can use margin-top: auto
but still it depends on your code
also you asked your question in the wrong section <a:CH_PepeLurking:705030735798599780>
should have been here #front-end
Thanks for the help @therealmarsman. My apologies for posting on the wrong channel.