Skip to content

Commit 627667a

Browse files
committed
Fix color
1 parent 1eab5f7 commit 627667a

File tree

1 file changed

+2
-2
lines changed
  • bootcamp_content/projects/positioned-patterns/exercises/positioned-namibia

1 file changed

+2
-2
lines changed

bootcamp_content/projects/positioned-patterns/exercises/positioned-namibia/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Behind the scenes we've added some CSS so that your outermost element will fill
1919

2020
For the stripes:
2121

22-
- The target implementation uses `%` divisible by 10 for all the positioning (e.g. any widths, heights, tops, lefts, rotations, etc) with one exception - the width of the stripes - which are whole number % but not all divisible by 10.
23-
- The blue is `#002f6c`, the red is `#c8102e`, the green is `#009a44` and the gold is `#002f6c`
22+
- The target implementation uses `%` divisible by 10 for all the positioning (e.g. any widths, heights, tops, lefts, etc) with two exceptions - the width of the stripes, and the rotation - which are whole number % but not all divisible by 10.
23+
- The blue is `#002f6c`, the red is `#c8102e`, the green is `#009a44` and the gold is `#ffcd00`
2424

2525
### The Emblem
2626

0 commit comments

Comments
 (0)