2 “style” inline css img tags?

前端 未结 4 964
一个人的身影
一个人的身影 2021-01-01 02:42

I have the following tag

\"25\"/

        
4条回答
  •  醉话见心
    2021-01-01 03:13

    You should use :

    25
    

    That should work!!

    If you want to create class then :

    .size {
    width:100px;
    height:100px;
    }
    

    and then apply it like :

    25
    

    by creating a class you can use it at multiple places.

    If you want to use only at one place then use inline CSS. Also Inline CSS overrides other CSS.

提交回复
热议问题