mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
fix(curriculum): correct spelling and added punctuation mark (#63324)
This commit is contained in:
parent
8248cd638c
commit
3f855583b3
@ -7,7 +7,7 @@ dashedName: step-13
|
||||
|
||||
# --description--
|
||||
|
||||
In a pevious lesson you learned about pseudo-classes and pseudo-elements in CSS. You are going to apply that knowledge now by creating a combined type selector with pseudo-class selector.
|
||||
In a previous lesson, you learned about pseudo-classes and pseudo-elements in CSS. You are going to apply that knowledge now by creating a combined type selector with pseudo-class selector.
|
||||
|
||||
First, start with the format for the type selector by setting it as `input[type="checkbox"]` and appending `:checked` to the end of it.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user