mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): typos in css review (#59700)
This commit is contained in:
parent
3fdb52a715
commit
4d11cd8ddb
@ -230,7 +230,7 @@ Review the concepts below to prepare for the upcoming exam.
|
||||
|
||||
- **`appearance: none`**: Browsers apply default styling to a lot of elements. The `appearance: none` CSS property gives you complete control over the styling, but comes with some caveats. When building custom styles for input elements, you will need to make sure focus and error indicators are still present.
|
||||
|
||||
## Commons Issues Styling `datetime-local` and `color` Properties
|
||||
## Common Issues Styling `datetime-local` and `color` Properties
|
||||
|
||||
- **Common Issues**: 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 you intend may be entirely different on another browser.
|
||||
|
||||
@ -355,7 +355,7 @@ Review the concepts below to prepare for the upcoming exam.
|
||||
|
||||
## Working With External Fonts
|
||||
|
||||
- **Definition**: An external font is a font file that is not included directly within your project files.They're usually hosted on a separate server. To include these external fonts inside your project, you can use a `link` element or `@import` statement inside your CSS.
|
||||
- **Definition**: An external font is a font file that is not included directly within your project files. They're usually hosted on a separate server. To include these external fonts inside your project, you can use a `link` element or `@import` statement inside your CSS.
|
||||
- **Google Fonts**: This is a Google service that offers a collection of fonts, many of which are designed specifically for web development.
|
||||
- **Font Squirrel**: This is another popular resource that you can use for adding custom external fonts to your projects.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user