chore(curriculum): fix phrase that goes against our challenges guideline (#48017)

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
pull/48021/head
Piyush Keshari 2022-10-13 16:00:58 +05:30 committed by GitHub
parent bdf2c5b6d0
commit 52b782cd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ dashedName: step-8
# --description-- # --description--
The `vh` unit stands for viewport height, and is relative to 1% of the `height` of the viewport. The `vh` unit stands for viewport height, and is relative to 1% of the `height` of the viewport.
To spruce the project up, let us add some CSS. Begin by giving the `body` a `width` of `100%`, and a `height` of `100vh`. It is time to spruce the project up with some CSS. Begin by giving the `body` a `width` of `100%`, and a `height` of `100vh`.
# --hints-- # --hints--