标签: css html5 css3 attributes uppercase
我需要将字体大小设置为22像素。此外,对于也是左侧id的直接子节点的第一段,以大写形式显示段落的第一行。
我在第二部分有问题,字体无法更改为大写,有什么不对吗?
#leftsection > p{font-size:22px; } #leftsection > p:first-of-type:first-line{text-transform:uppercase; }