Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Designing Paragraphs along side hexagons Reply To: Designing Paragraphs along side hexagons

#286518
deb
Participant

@richie

If you know how to create hexagon from css then using media query, for bigger screen you can position them using position:absolute and when it goes to small screen you can remove hexagon and use just plain rectangle and position it relative.

Thanks