2013.10.15 / 更新日:2013.10.15
幅と高さの指定 [width height]
width: height: [CSS] .sample1{ width:200px; height:150px; } 幅200px高さ150p...
width: height: [CSS] .sample1{ width:200px; height:150px; } 幅200px高さ150p...
border-top:上の線 border-bottom:下の線 border-left:左の線 border-right:右の線 border: [CSS...
border-top-style:形式 上の線 border-bottom-style:形式 下の線 border-left-style:形式 左の線 bord...
border-top-color: 色指定(上の枠線の色) border-bottom-color: 色指定(下の枠線の色) border-left-color...
border-top-width: 太さ (上の枠線の太さ) border-bottom-width: 太さ (下の枠線の太さ) border-left-wid...
margin-top:上マージン margin-bottom:下マージン margin-left:左マージン margin-right:右マージン margin...