category:
Technology
Back to Blog Index
コーディングに役立つCSSスニペット集
「Useful CSS Snippets for Your Coding Arsenal」という記事で、コーディングに役立つCSSスニペット集が紹介されています。 垂直方向のセンタリング
div { width:100px; height:100px; }
div p { line-height:100px; }
img
{
background: url(img/preloader.gif) no-repeat 50% 50%;
}