Home › Forums › CSS › Designing Paragraphs along side hexagons › Reply To: Designing Paragraphs along side hexagons
April 17, 2019 at 9:08 pm
#286518
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