css help
Unanswered
Devon Rex posted this in #help-forum
Devon RexOP
how do i make the service content goes here go under the 3 tabs
its a flexbox
its a flexbox
6 Replies
Would be easier to offer a more solid solution if you can share your markup and/or example output you want to achieve.
Oriental
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
you can do something like:
Your "Flex"-Component can be a div with the css prop "display: flex"
Easy @Devon Rex
<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 @Devon Rex
@B33fb0n3 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 <@359160088071766016>
Devon RexOP
where do i ger the flex component from
@Devon Rex where do i ger the flex component from
that just a repräsentation of the jsx structure. Your "Flex"-Component can be a div with the css prop "display: flex"
Devon RexOP
kk