Skip to content

Commit e6d6e7b

Browse files
committed
Improve exercises
1 parent 26c7e2b commit e6d6e7b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

bootcamp_content/projects/exercism-widgets/exercises/coding-fundamentals-advert/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use whatever properties you feel are appropriate to solve this exercise.
1414

1515
Here's some notes:
1616

17-
- All sizes are pixels (with one possible exception noted below about making images behave). Except for font-sizes they are all divisible by 5.
17+
- All sizes are pixels (with one possible exception noted below about making images behave). Nearly all are divisible by 5 (depending on your methodology you might choose to have some single pixel values).
1818
- There are two purples. A lighter one for the border background (`rgb(96 79 205)`) and a darker one (`rgb(19 11 67)`). The button text is `white`.
1919

2020
There are two small details that might be hard to spot:

bootcamp_content/projects/exercism-widgets/exercises/exercises-overview/example.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ main {
2424
margin-bottom: 5px;
2525

2626
.progress-bar {
27-
margin-bottom: 5px;
2827
flex-grow: 1;
2928
height: 15px;
3029
border-radius: 20px 0 0 20px;

bootcamp_content/projects/exercism-widgets/exercises/reputation-icon/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are four colors used:
2020
**Sizes:**
2121

2222
- Everything uses pixels other than one border radiuses and the outermost height of `100%`;
23-
- Other than the font-size, everything is divisble by 5, except for the dot (see below)
23+
- Other than the font-size, a border-radius and the dot (see below), everything is divisble by 5.
2424

2525
**Image:**
2626

0 commit comments

Comments
 (0)