You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bootcamp_content/projects/exercism-widgets/exercises/coding-fundamentals-advert/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can use whatever properties you feel are appropriate to solve this exercise.
14
14
15
15
Here's some notes:
16
16
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).
18
18
- 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`.
19
19
20
20
There are two small details that might be hard to spot:
0 commit comments