スパルタ1週間

1366 ワード

簡単に整理して!
#常用CSS基礎
背景関連
background-color
background-image
background-size
サイズ
width
height
フォント
font-size
font-weight
font-famliy
color
間隔
margin
padding
フィレット(Fillet)
border-radius
#コメント処理
ショートカットキー:コメントする行を選択→ctrl(またはcommand)+/(スラッシュ)
#JavaScript
function hey(){
alert(「さようなら」);
}
<button onclick="hey()" type="button" class="btn btn-primary">기사저장</button>