首頁  >  文章  >  web前端  >  CSS揭秘,切圖

CSS揭秘,切圖

高洛峰
高洛峰原創
2016-10-17 09:45:141205瀏覽

書中說道一個關鍵的點,視覺的錯覺:視覺的中點在偏上一點的位置(默默對自己說,不要用像素,別給自己挖坑。。。)

CSS揭秘,切圖

.center-display .object{
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 0;
  bottom: 0.8em;
  left: 0;
  right: 0;
  margin: auto auto;
  border-radius: 50%;
  background-color: red;
text-indent: -300em;
}
.center-display:nth-child(2) .object{
  bottom: 0;
}

居中和偏上一點點的程式碼,你能看出哪個是真真的放在中心嗎?

Get busy living, or get busy dying.


陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn