I have a div at the top of my page (#top) and one set to the bottom of the page with absolute position (#bottom). I have a div in the middle (#middle) with an inner component (#middle-inner). I would like to grow this middle component to fill the entirety of the space between #top and […]
I’m working on a project and I’m having some issues. Here’s a quick explanation: I have 3 divs: “feed-container” (FC), “feed-post”(FP) and “comments-section”(CS). The last 2 are contained inside the first one. My goal is to have FP and CS next to each other, separated by a small gap and that both are the same […]