Skip to content

Commit 75ebbaa

Browse files
nicholaslee119yangshun
authored andcommitted
Fix list mark (yangshun#86)
1 parent d176b39 commit 75ebbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front-end/interview-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ I shall throw in a comparison with `block` for good measure.
508508
| 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. |
509509
| Float | - | - | Becomes like a `block` element where you can set vertical margins and paddings. |
510510

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

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

0 commit comments

Comments
 (0)