diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements.md index 15fe7ce6dfa..0f9dcf344ff 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements.md @@ -13,16 +13,14 @@ The `font-size` property is used to specify how large the text is in a given ele # --instructions-- -

In the style tags, set the font-size of the:

+In the `style` tags, set the `font-size` of the: - +- `h1` tag to 68px. +- `h2` tag to 52px. +- `h3` tag to 40px. +- `h4` tag to 32px. +- `h5` tag to 21px. +- `h6` tag to 14px. # --hints-- diff --git a/curriculum/challenges/english/18-project-euler/project-euler-problems-101-to-200/problem-194-coloured-configurations.md b/curriculum/challenges/english/18-project-euler/project-euler-problems-101-to-200/problem-194-coloured-configurations.md index fa61151b1ef..f1ce31a323d 100644 --- a/curriculum/challenges/english/18-project-euler/project-euler-problems-101-to-200/problem-194-coloured-configurations.md +++ b/curriculum/challenges/english/18-project-euler/project-euler-problems-101-to-200/problem-194-coloured-configurations.md @@ -8,8 +8,7 @@ dashedName: problem-194-coloured-configurations # --description-- -Consider graphs built with the units A: -graph unit A +Consider graphs built with the units A: graph unit A and B: graph unit B, where the units are glued along the vertical edges as in the graph graph with four units glued along the vertical edges. A configuration of type $(a,b,c)$ is a graph thus built of $a$ units A and $b$ units B, where the graph's vertices are coloured using up to $c$ colours, so that no two adjacent vertices have the same colour. The compound graph above is an example of a configuration of type $(2,2,6)$, in fact of type $(2,2,c)$ for all $c ≥ 4$ diff --git a/curriculum/challenges/english/23-python-for-everybody/python-for-everybody/relational-databases-and-sqlite.md b/curriculum/challenges/english/23-python-for-everybody/python-for-everybody/relational-databases-and-sqlite.md index 57f4dd9e0d7..2b88c28e0c7 100644 --- a/curriculum/challenges/english/23-python-for-everybody/python-for-everybody/relational-databases-and-sqlite.md +++ b/curriculum/challenges/english/23-python-for-everybody/python-for-everybody/relational-databases-and-sqlite.md @@ -12,9 +12,13 @@ dashedName: relational-databases-and-sqlite # --description-- -Download SQLite -Download DB Browser for SQLite -SQLite usage +More resources: + +\- Download SQLite + +\- Download DB Browser for SQLite + +\- SQLite usage # --question--