最近よく使うEmmet記法

少し長めの記法も一度覚えてしまえば使う頻度がかなり上がってきたのでご紹介。

fsz10px → font-size: 10px;
ff → font-family
tac → text-align: center;
posa → position: absolute;
posr → position: relative;
bgc#000 → background-color: #000000;
mr10px → margin-right: 10px;
ofh → overflow: hidden;