Home / CMS


    Topnew CSS v 2023 Shape

    2022-04-14 00:00
    923   0   0
    CSS

    4 - Shape

    4.1 Common shapes

    rc = box with round corners

    box
    rc
    btn
    tab
    tabL
    tabR
    tabB

    badge is a smaller rc or btn

    disc you need specify width and height, usually width = height

    4.2 Shapes in ul = vertically

    • ul class=box
    • ...
    • ...
    • ul class=rc
    • ...
    • ...
    • ul class=tab
    • ...
    • ...

    4.3 Shapes in ol = horizontal

    1. ol class=box
    2. ...
    3. ...
    1. ol class=rc
    2. ...
    3. ...
    1. ol class=tabR
    2. ...
    3. ...

    4.4 Helps

    Mouse over to see the effects: class=help data-help="some text", helpB, helpL and helpR

    4.5 input class="search"


    Back « Topnew CSS v 2023 Color
    Next » Topnew CSS v 2023 Text

    Comments

    Leave a commentEdit comment

    Category