text-indent doesn't work with anchor tag

后端 未结 4 1070
执笔经年
执笔经年 2021-01-06 01:33

http://jsfiddle.net/corinem/TtPgy/

I\'m using:

Lorem ipsum dolor.

css:

a{text-indent:-         


        
4条回答
  •  耶瑟儿~
    2021-01-06 01:56

    p{
    color: red;
    font-family: tahoma;
    font-size: 12px;
    line-height: 18px;
    }
    
    p+p{
    font-family: tahoma;
    text-indent: 20px;
    color: red; 
    font-size: 12px;
    line-height: 18px;
    }
    

提交回复
热议问题