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

@ -50,10 +50,10 @@ For example, a given block-level element (`<div>`) set to 300px wide, that conta
* `overflow-y`: Allows the user to scroll through the content that extends beyond the width of the box.
```css
.box-element {
overflow-x: scroll;
overflow-y: auto;
}
.box-element {
overflow-x: scroll;
overflow-y: auto;
}
```
And the `.box-element` will look like this:
![Example Image](https://s26.postimg.org/ff2kmdfzd/5-_Xand_Y.png)