mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-22 10:08:54 +00:00
css property table
This commit is contained in:
parent
abc93ca13c
commit
7eb73eaf50
@ -245,11 +245,32 @@ Also use any options, pos:a/r/f
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* `@f` will result in
|
||||||
|
|
||||||
|
```css
|
||||||
|
@font-face {
|
||||||
|
font-family:;
|
||||||
|
src:url();
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
You can also use these shorthands
|
You can also use these shorthands
|
||||||
|
|
||||||
| Shorthand | Description |
|
| Shorthand | Description |
|
||||||
| ----------- | ----------- |
|
| ----------- | ----------- |
|
||||||
| z | z-index |
|
| z | z-index |
|
||||||
|
| w | width |
|
||||||
|
| h | height |
|
||||||
| fz | font-size |
|
| fz | font-size |
|
||||||
|
| ff | font-family |
|
||||||
| fw | font-weight |
|
| fw | font-weight |
|
||||||
|
| @lh | line-height |
|
||||||
| maw | max-width |
|
| maw | max-width |
|
||||||
|
| mah | max-height |
|
||||||
|
| miw | min-width |
|
||||||
|
| mih | min-width |
|
||||||
|
| ! | !important |
|
||||||
|
| @f | font-face |
|
||||||
|
| @op | opacity |
|
||||||
|
| @lh | line-height |
|
||||||
|
| @op | opacity |
|
||||||
|
Loading…
Reference in New Issue
Block a user