CSS
| foo | <foo></foo> |
| pos | position:relative; |
| pos: | position:absolute; |
| d:n | display:none; |
| d:b | display:block; |
| d:f | display:flex; |
| d:ib | display:inline-block; |
| cur:p | cursor:pointer; |
| m | margin:; |
| p | padding:; |
| bxsh | box-shadow:inset hoff voff blur color; |
| bxsh:n | box-shadow:none; |
| w | width:; |
| h | height:; |
| maw | max-width:; |
| fw | font-weight:; |
| fw:b | font-weight:bold; |
| fz | font-size:; |
| ff | font-family:; |
| va:b | vertical-align:bottom; |
| ta:c | text-align:center; |
| tsh | text-shadow:hoff voff blur #000; |
| lh | line-height:; |
| lts | letter-spacing:; |
| bg | background:#000; |
| bgc | background-color:#fff; |
| bgi | background-image:url(); |
| c | color:#000; |
| op | opacity:; |
| |
| |
| |
| |
| |
| |
| |
<参考サイト>
https://docs.emmet.io/cheat-sheet/