Displayed above are 4 different divs
: red, green, and blue. I am seeking to have the blue div
positioned directly below the green div
, which contains the text "JACKSON". Additionally, I do not want the green div
to expand beyond its content, nor do I want the red div
to expand at all. The blue div
should be centered according to the text "JACKSON", with a higher z-index
than the other divs
. My goal is to achieve this using only css
.
Please note that the
divs
will not have specific pixel values for width and height.