cssのmarginは余白についてプロパティです。
例えば
margin: 10px
であれば、「上下左右の余白は10px」という意味です。
margin-top: 10px
margin-bottom: 10px
margin-left: 10px
margin-right: 10px
というふうにも書けます。
最近html、cssについて勉強し始めたのでメモ
Go to list of users who liked
More than 5 years have passed since last update.
cssのmarginは余白についてプロパティです。
例えば
margin: 10px
であれば、「上下左右の余白は10px」という意味です。
margin-top: 10px
margin-bottom: 10px
margin-left: 10px
margin-right: 10px
というふうにも書けます。
最近html、cssについて勉強し始めたのでメモ
Register as a new user and use Qiita more conveniently
Go to list of users who liked