Skip to content

Commit 905a17b

Browse files
committed
Update index.html
1 parent d037520 commit 905a17b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

puzzles/alignment/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,19 @@
1414
Aim: Correct the HTML/CSS so that the blue square is centered against the four green rectangles;<br> in other words, the two white guidelines (one is the center of the blue square, and the other is the center of the 4 green rectangles) are in essence the same guideline
1515
<ol>
1616
<li>You are not allowed to modify the size of any of the elements</li>
17+
<li>Unpermitted changes:
18+
<ol type="a">
19+
<li>Making the "scroll-container" unscrollable</li>
20+
<li>Fixing the position of either the green rectangles or the blue square</li>
21+
</ol>
22+
</li>
1723
<li>You are allowed to add but not remove elements as long as the order of the DOM tree remains the same (divs with "attachment" classes are children of the div with the "element" class)</li>
1824
<li>Solution must be relatively concise (soft limit of a 100-line difference)</li>
1925
<li>JavaScript solutions are not allowed</li>
2026
<li>Red lines are spacers, disregard besides for visualization</li>
2127
<li>Correctness of solution will be assessed by <a href="https://github.com/bnidevs">github.com/bnidevs</a> AKA @.sourcerer</li>
2228
<li>Reward is 100USD, distributed via Venmo, or Zelle</li>
29+
<li>When you believe you have completed the task, upload your solution to a publicly accessible space on GitHub<br>(either a public repo or a gist) for assessment and reply to the puzzle invitation on Discord with the link to your solution
2330
</ol>
2431
</div>
2532
<div class="scroll-container">

0 commit comments

Comments
 (0)