Adjust css examples formatting (#26127)

This commit is contained in:
David Way
2018-12-13 05:03:03 +00:00
committed by Tom
parent 18d5502965
commit 012e93154b
35 changed files with 303 additions and 326 deletions

View File

@ -12,7 +12,7 @@ Basically we use the `object-fit` property to define how it stretch or squish an
## Syntax
```css
.element {
object-fit: fill || contain || cover || none || scale-down;
object-fit: fill || contain || cover || none || scale-down;
}
```