Skip to content

p标签首行缩进和行高

css
p {
  font-size: 17px;
  text-indent: 2em;
  line-height: 30px;
}
p {
  font-size: 17px;
  text-indent: 2em;
  line-height: 30px;
}

让div内的p标签内容居中

给其父元素添加text-align:center;