need help to understand
i am trying to do it like on screen but honestly i dont understand how to do it
my codepen : https://codepen.io/etrbbr/pen/VYwmgZv

4 Replies
I managed to place it on the black background, but I’m not entirely sure how to add other content after that.
i cant extend my black div down

Probably the simplest way to do this would be to use a linear-gradient background "image" rather than having an actual element in the HTML, something like this.
(you can adjust 50% to the position where you want the color to change from transparent to the dark color - this could also be an exact pixel value if required)
Alternatively you could use a pseudo element which, again without having to add anything to the markup:
Either of these methods will allow the footer to extend downwards according to the content. The only issue you will have is that the 50% value might need to be adjusted to a more precise value if you want the line to be at a specific point behind your cards
thanks a lot, i was thinking about gradient