From 41b77beeac832f9de7a1345bb194653e7f677410 Mon Sep 17 00:00:00 2001 From: Jan C Date: Fri, 25 Nov 2016 01:15:13 +0100 Subject: [PATCH] position property: fix block color name Reference says it's a yellow block, it actually `is-pink` though. --- property/position/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/property/position/index.html b/property/position/index.html index 037be33a..784e6cb6 100644 --- a/property/position/index.html +++ b/property/position/index.html @@ -36,7 +36,7 @@

The element will remain in the natural flow of the page.

-

As a result, it will not act as anchor point for the absolutely positioned yellow block.

+

As a result, it will not act as anchor point for the absolutely positioned pink block.

Also, it will not react to the following properties:

  • top
  • bottom
  • left
  • right
  • z-index
@@ -58,7 +58,7 @@

The element will remain in the natural flow of the page.

-

It also makes the element positioned: it will act as an anchor point for the absolutely positioned yellow block.

+

It also makes the element positioned: it will act as an anchor point for the absolutely positioned pink block.

Also, it will react to the following properties:

  • top
  • bottom
  • left
  • right
  • z-index
@@ -81,7 +81,7 @@

The element will not remain in the natural flow of the page. It will position itself according to the closest positioned ancestor.

-

Because it's positioned, it will act as an anchor point for the absolutely positioned yellow block.

+

Because it's positioned, it will act as an anchor point for the absolutely positioned pink block.

Also, it will react to the following properties:

  • top
  • bottom
  • left
  • right
  • z-index
@@ -107,7 +107,7 @@

The element will not remain in the natural flow of the page. It will position itself according to the viewport.

-

Because it's positioned, it will act as an anchor point for the absolutely positioned yellow block.

+

Because it's positioned, it will act as an anchor point for the absolutely positioned pink block.

Also, it will react to the following properties:

  • top
  • bottom
  • left
  • right
  • z-index