css property table

This commit is contained in:
Yogesh Ojha 2020-06-28 00:05:51 +05:30
parent abc93ca13c
commit 7eb73eaf50
1 changed files with 21 additions and 0 deletions

View File

@ -245,11 +245,32 @@ Also use any options, pos:a/r/f
display: inline-block;
```
* `@f` will result in
```css
@font-face {
font-family:;
src:url();
}
```
You can also use these shorthands
| Shorthand | Description |
| ----------- | ----------- |
| z | z-index |
| w | width |
| h | height |
| fz | font-size |
| ff | font-family |
| fw | font-weight |
| @lh | line-height |
| maw | max-width |
| mah | max-height |
| miw | min-width |
| mih | min-width |
| ! | !important |
| @f | font-face |
| @op | opacity |
| @lh | line-height |
| @op | opacity |