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