Update ADVANCED_INLINE_LAYOUT.md

master
Matt Huntington 8 years ago committed by GitHub
parent 78a5dc68d3
commit 3ae4ba039a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,3 +49,7 @@ The `calc` property is used when you want to combine two units of measure togeth
Example: Example:
If you have a fixed width element (e.g. a logo) in line with an element that has a % width If you have a fixed width element (e.g. a logo) in line with an element that has a % width
```css
width: calc(100% - 200px);
```

Loading…
Cancel
Save