Test1

Wednesday, June 10, 2020

test

  • text-align

    .box {
        text-align: center;
    }
    

    Definition and Usage

    The text-align property specifies the horizontal alignment of text in an element.

    Default value left if direction is ltr, and right if direction is rtl
    Inherited yes
    Animatable no. Read about animatable
    Version CSS1
    JavaScript syntax object.style.textAlign="right"

Test2