diff --git a/src/STEP_BY_STEP.md b/src/STEP_BY_STEP.md index 7101598..c2b5012 100644 --- a/src/STEP_BY_STEP.md +++ b/src/STEP_BY_STEP.md @@ -780,7 +780,7 @@ Add a `class` attribute named `founded` to the `p` element with the text `Est. 2 ## Step 61 - +## Step 62 diff --git a/src/styles.css b/src/styles.css index 8a99875..659b421 100644 --- a/src/styles.css +++ b/src/styles.css @@ -17,6 +17,20 @@ h1, h2, h3, p { text-align: center; } +h1 { + /*step 62*/ + font-size:60px; +} +h2 { + /*step 62*/ + font-size:40px; +} +h3 { + /*step 62*/ + font-size:20px; +} + + /*step 58, 59*/ h1, h2, h3 { font-family: Gill Sans,Tahoma;