如何在访问后将锚点恢复到初始状态

时间:2017-09-14 21:01:01

标签: html css

问题被删除,因为可能误解了三星显示器的样式优先级和差的色彩分辨率之间的相互作用。

1 个答案:

答案 0 :(得分:2)

您应该遵循此顺序。

  1. <div class="wrap"> <div class="circly"></div> <div class="text"> I am lots of text. I should always be verticly centered to the middle of the circle. </div> </div> <div class="wrap"> <div class="circly"></div> <div class="text"> I am lots of text. I should always be verticly centered to the middle of the circle. I am lots of text. I should always be verticly centered to the middle of the circle. </div> </div> <div class="wrap"> <div class="circly"></div> <div class="text"> I am lots of text. I should always be verticly centered to the middle of the circle. I am lots of text. I should always be verticly centered to the middle of the circle. I am lots of text. I should always be verticly centered to the middle of the circle. </div> </div>
  2. a:link
  3. a:visited
  4. a:hover
  5. 如果您在a:active下面写a:hover,则无效。