#css help

7 messages · Page 1 of 1 (latest)

serene holly
#

how do i make the service content goes here go under the 3 tabs
its a flexbox

bold dragonBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

rugged abyss
#

Would be easier to offer a more solid solution if you can share your markup and/or example output you want to achieve.

alpine turtle
#

Agreed it’s hard to give good assistance without better context, there’s a ton of ways to do what you’re asking but based on what you have some approaches may not be optimal

terse berry
#

you can do something like:

<Flex direction=column>
    <Flex>your services, products, sofortware<Flex/>
    <Flex>your services content goes here<Flex/>
<Flex/>

Your "Flex"-Component can be a div with the css prop "display: flex"

Easy @serene holly

serene holly
terse berry