Category Archives: CSS

CSS: Center text (horizontally and vertically)

Ref.: iThome: 29. CSS 水平置中/ 垂直置中的方法

Posted in CSS, HTML | Comments Off on CSS: Center text (horizontally and vertically)

[CSS] Removing outline on image map area

Ref. Removing outline on image map area HTML <img class=”map” src=”…” usemap=”…” hidefocus=”true” /> CSS img.map, map area{ outline: none; }

Posted in CSS | Leave a comment