Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • remsB 170

    @Sonalpt

    Submitted

    I had a problem with the "Annual Plan" section. I've tried everything, with text align, justify content or align items, but i can't align "Annual" and "Plan" on the same line. i know its probably an oversight but, can't find, and i need some help !

    thx in advance !

    Arda Kurt 90

    @to-arda-kurt

    Posted

    Hi!

    That's very nice and effective solution. You can focus the price and annual plan as a one div component. If you create one more div component outside of both line, then you can use flex, grid or whatever css features you want to use to make it different lines.

    div class="plan_desc" => {display:flex, flexDirection:column} div ANNUAL PLAN /div div PRICE /div /div

    Best A.

    Marked as helpful

    0