‘css’ カテゴリーのアーカイブ

padding

paddingにはautoの値はない。

続きを読む »

cssの最初に

@charset “Shift-JIS”;
とか
* {
margin: 0;
padding: 0;
font-style: normal;
font-weight: normal;
font-size:10px;
text-decoration:none;
line-height:130%;
}

続きを読む »