0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ドットインストールEmment CSS編

Last updated at Posted at 2020-10-21

Emmetチートシート
https://docs.emmet.io/cheat-sheet/

ドットインストールEmmet
https://dotinstall.com/lessons/basic_emmet_v3/50301

08 margin,paddingを展開してみよう
09 CSSのプロパティを展開してみよう

#08margin,paddingを展開してみよう

##m

margin: ;

##p

padding: ;

##m10

 margin: 10px;

##m10p

margin: 10%;

##m10r

margin: 10rem;

##m10p20p

margin: 10% 20%;

##m10-20-30

 margin: 10px 20px 30px;

##mb10

margin-bottom: 10px;

09CSSのプロパティを展開してみよう

##適当な文字列でもOK
予測変換のように出てくれる

    font-size:20px ;
    cursor: ;
    font-weight: ;
    position: absolute;
    position: relative;
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?