CSS JUMP

Font CSS Style Generator

Font :

Font Size : 22px

Letter sp : 0px

Word sp : 0px

Text Color :


Weight :


Decoration :


Style :


Transform :

Css


  .textClass {
        font-family:Arial;
        font-size:22px;
        color:#000000;
        font-weight:normal;
        font-style:normal;
        text-decoration:none;
        text-transform: none;
        letter-spacing: 0px;
        word-spacing: 0px;
    }