Why doesn't my div inside a span work properly?

前端 未结 7 1786
猫巷女王i
猫巷女王i 2020-12-18 23:46

I\'m writing the following HTML markup:

 Some Text
    
татата

and s

相关标签:
7条回答
  • 2020-12-19 00:15

    Because you are missing a semicolon after height: 100px <- this ; is missing in you css file

    0 讨论(0)
提交回复
热议问题