How do I approach this?

Please, anyone who can help me out on how to approach the right side of the hero section. And to also make it responsive. Thanks
12 Replies
~MARSMAN~
~MARSMAN~14mo ago
1-Main Container 1.1- text container ( h1, p, buttons, etc..) 1.2- Image container ( for the plate image) 1.3- a div with a position absolute ( for that green shape ) That's how I'd do it for the whole
Corizon
Corizon14mo ago
Can it be responsiveness afterwards?? And also please how do I go about the little dishes around the plate?
Jochem
Jochem14mo ago
Include them in the image
Kevin Powell
Kevin Powell14mo ago
Yeah, I'd be very tempted to just have one image there, which includes those little ones, unless it moves around at different screen sizes.
Chris Bolson
Chris Bolson14mo ago
Kevin released a video on placing items around a circle using cos and sin to calculate the positions a couple of weeks ago. https://youtu.be/eO33Rh3GFGk
Corizon
Corizon14mo ago
Oh okay, so it should be more like grouping the images as one then, place it on the right side of the hero-section. Thanks a lot @Chris this can turn out useful.
Chris Bolson
Chris Bolson14mo ago
I created a demo css nav based on Kevin’s video which might also serve as inspiration https://sandbox.cbolson.com/projects/css/circle-nav/
Corizon
Corizon14mo ago
Wow, the menu is cool!! Maybe, a source code would go a long way.
Chris Bolson
Chris Bolson14mo ago
Corizon
Corizon14mo ago
Thanks @Chris Uhmm, I hope I can replicate the design with pure css
Chris Bolson
Chris Bolson14mo ago
The one I did is just CSS
Corizon
Corizon14mo ago
Yeah, I just noticed Thanks @Chris