sometimes i don't know how to use css correctly
so here's my shitty page, right now it needs either to use pixelized margin or to use position:relative & move it arround,
the problem i'm having is when i actually hate myself and want to use position rather than margin, i get this btw i'm using tailwind
main-section max-h-full relative top-24 h-4/6 flex flex-col
especially the relative top, it doesn't flow the page as well, it just takes it and overlaps that, i wish there was something in css that you can add like an attribute or a css rule to say to either let elements flow on the page & not overlap cause i decided to move one thing or to wrap them in a div and say let it manually setup; & to just act as this way & ill display stuff as it should
cause here's the thing, the moment you pick an element and want to move it , the page doesn't coherently move with it & now you have to move every other bit of html just because you wanted to move one thing4 Replies
seems that margin isn't allowing it to render well, also the z index didn't help
i still can't figure this one out
can you put it into a codepen w tailwind cdn or the tailground playground, im not clear wnat youre trying to move or achieve ? Position absolute is the rule you referenced that takes an element out of the flow but it can be difficult to work with and is reserved for special use cases, wouldnt recommend in this project but just so youre aware of its existance