Next.js Discord

Discord Forum

css help

Unanswered
Devon Rex posted this in #help-forum
Open in Discord
Devon RexOP
how do i make the service content goes here go under the 3 tabs
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:
<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
@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