Skip to content

Commit

Permalink
Fix list mark (yangshun#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaslee119 authored and yangshun committed Nov 16, 2017
1 parent d176b39 commit 75ebbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/interview-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ I shall throw in a comparison with `block` for good measure.
| Margins and paddings | All sides respected. | All sides respected. | Only horizontal sides respected. Vertical sides, if specified, do not affect layout. Vertical space it takes up depends on `line-height`, even though the `border` and `padding` appear visually around the content. |
| Float | - | - | Becomes like a `block` element where you can set vertical margins and paddings. |

**What's the difference between a `relative`, `fixed`, `absolute` and `static`-ally positioned element?**
### What's the difference between a `relative`, `fixed`, `absolute` and `static`-ally positioned element?**

A positioned element is an element whose computed `position` property is either `relative`, `absolute`, `fixed` or `sticky`.

Expand Down

0 comments on commit 75ebbaa

Please sign in to comment.