a little help w layout ideas

having a hard time figuring out hwo to layout the left side? ideally i want the text to flow around the circle badge badge at the top... i know this is simple part of the reason im freaking out so badly i should be able to do this but i dunno waht gives I guess my question is when it needs to be resized where does the badge go? I was hoping it could jsut remain the same place adn the text flow over and everything just gets samller.. how can i set this up?
No description
11 Replies
ktt
kttOPβ€’3w ago
i'm sorry i mean the right side*
vince
vinceβ€’3w ago
What do you mean the text wrapped around the badge? Like a curve? That's not simple at all don't beat yourself up
Kingpin
Kingpinβ€’3w ago
Ah like what you can do in word the inline image or something?
Kingpin
Kingpinβ€’3w ago
Like this stuff?
No description
Kingpin
Kingpinβ€’3w ago
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
vince
vinceβ€’3w ago
It would be float but I'm not sure if it will work out of the box for something rounded. Might look funky but I could be wrong
Kingpin
Kingpinβ€’3w ago
Doesnt float just work with the shape dimensions themselves? (i never personally used it) He can always try it out in the w3schools editor.
vince
vinceβ€’3w ago
It could i haven't use it either πŸ˜‚ but if I remember right I think it's kind of janky with different shapes
Chooβ™šπ•‚π•šπ•Ÿπ•˜
MDN Web Docs
shape-outside - CSS | MDN
The shape-outside CSS property defines a shapeβ€”which may be non-rectangularβ€”around which adjacent inline content should wrap. By default, inline content wraps around its margin box; shape-outside provides a way to customize this wrapping, making it possible to wrap text around complex objects rather than rectangular boxes.
Chooβ™šπ•‚π•šπ•Ÿπ•˜
Note that shape-outside is used with float, which comes with the quirks of floats.
ktt
kttOPβ€’3w ago
yeah exactly I actually just ended up adjustign my design around this. i think im back on track thank you for your help and knowledge!!!!

Did you find this page helpful?