Skip to content

Commit 95ad3c9

Browse files
fix: typo in What Are Common Issues When Styling Special Input Elements? (freeCodeCamp#64353)
Co-authored-by: Huyen Nguyen <[email protected]>
1 parent 6a54b7c commit 95ad3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/blocks/lecture-best-practices-for-styling-forms/672bca660aa9f9ce9b2b2787.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashedName: what-are-common-issues-when-styling-special-input-elements
99

1010
Let's learn about some of the common issues when trying to style special input elements like the `datetime-local` and `color` inputs.
1111

12-
These special types of inputs rely on complex pseudo-elements to create things like the date and color pickers. This presents a significant challenge for styling these inputs. One challenge is that the default styling is entirely browser-dependent, so the CSS you write to make the picker look the way intend may be entirely different on another browser.
12+
These special types of inputs rely on complex pseudo-elements to create things like the date and color pickers. This presents a significant challenge for styling these inputs. One challenge is that, because the default styling depends entirely on the browser, CSS that makes the picker look right in one browser may produce a very different result in another.
1313

1414
Here is an example of a color input:
1515

0 commit comments

Comments
 (0)