Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Please see the image attached.


What i want is css + html code for exact same pattern. I.e 3 divs floating between my main header image.


ALSO I want it responsive. I.e if resolution decreases, it should auto arrange itself into 3 divs next to my header image.

Hope you got what i am trying to say.

Image link : Screenshot 2018 06 25 10 39 09 — imgbb.com[^]

Thanks.

Please paste your html/css code as an answer.

What I have tried:

I have tried it using Bootstrap but no success. Please make sure, i want it responsive
Posted
Updated 28-Jun-18 1:08am
Comments
Richard Deeming 26-Jun-18 12:48pm    
This site does not provide code to order.

I gave you an answer to your previous question because it was a fairly simple but interesting layout. That wasn't an invitation for you to start posting demands for us to complete every design requirement you have, without putting any effort in yourself.

You'll probably want to look at Flexbox[^], and possibly Grid layout[^].

If you get stuck, you'll need to show us what you've done.

1 solution

Hi,
You just need to give
position:relative
for main header image div
And need to add the
position:absolute;
and need to give top minus value because it appear above banner.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900