nicoleJT914 / blog

一只游行的火烈鸟/用issues记博客
0 stars 0 forks source link

CSS3 #30

Open nicoleJT914 opened 7 years ago

nicoleJT914 commented 7 years ago

绘制三角形

#tra {
  width: 0;
  height: 0;
  border-bottom: 100px solid pink;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
nicoleJT914 commented 7 years ago

rem

nicoleJT914 commented 7 years ago

常用CSS特性

nicoleJT914 commented 7 years ago

CSS选择器优先级

nicoleJT914 commented 7 years ago

CSS属性的继承

因为比较简单,所以就不总结了
这篇文章可以大致做参考CSS中的继承属性与非继承属性
一般字体、颜色这种肯定是继承的,而跟布局有关的属性一般是不可以继承的,一个属性是否可以继承还是比较容易推断的。

nicoleJT914 commented 7 years ago

伪类和伪元素

参考:总结伪类与伪元素