From 1c4598b3fc91025729e4991dab1a77c9c932665c Mon Sep 17 00:00:00 2001 From: rcohane Date: Wed, 4 Apr 2018 21:24:39 -0400 Subject: [PATCH] fix(challenges): Change offset values (#17006) Made offset values 50px so change is visible BREAKING CHANGE: N/A Closes #14681 --- .../01-responsive-web-design/applied-visual-design.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seed/challenges/01-responsive-web-design/applied-visual-design.json b/seed/challenges/01-responsive-web-design/applied-visual-design.json index 57df85fec7..3270a29c80 100644 --- a/seed/challenges/01-responsive-web-design/applied-visual-design.json +++ b/seed/challenges/01-responsive-web-design/applied-visual-design.json @@ -1091,7 +1091,7 @@ "The next option for the CSS position property is absolute, which locks the element in place relative to its parent container. Unlike the relative position, this removes the element from the normal flow of the document, so surrounding items ignore it. The CSS offset properties (top or bottom and left or right) are used to adjust the position.", "One nuance with absolute positioning is that it will be locked relative to its closest positioned ancestor. If you forget to add a position rule to the parent item, (this is typically done using position: relative;), the browser will keep looking up the chain and ultimately default to the body tag.", "
", - "Lock the #searchbar element to the top-right of its section parent by declaring its position as absolute. Give it top and right offsets of 0.5 pixels each." + "Lock the #searchbar element to the top-right of its section parent by declaring its position as absolute. Give it top and right offsets of 50 pixels each." ], "challengeSeed": [ "