mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(curriculum): backticks where they should not be (#64522)
Co-authored-by: Rochan <>
This commit is contained in:
@@ -504,7 +504,7 @@ Using placeholder text is not great for accessibility. Too often, users confuse
|
||||
|
||||
## Mobile first approach
|
||||
|
||||
- **Definition**: The `mobile-first` approach is a design philosophy and development strategy in responsive web design that prioritizes creating websites for mobile devices before designing for larger screens.
|
||||
- **Definition**: The mobile-first approach is a design philosophy and development strategy in responsive web design that prioritizes creating websites for mobile devices before designing for larger screens.
|
||||
|
||||
## CSS Custom Properties (CSS Variables)
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ dashedName: review-responsive-web-design
|
||||
|
||||
## Mobile first approach
|
||||
|
||||
- **Definition**: The `mobile-first` approach is a design philosophy and development strategy in responsive web design that prioritizes creating websites for mobile devices before designing for larger screens.
|
||||
- **Definition**: The mobile-first approach is a design philosophy and development strategy in responsive web design that prioritizes creating websites for mobile devices before designing for larger screens.
|
||||
|
||||
```css
|
||||
/* Base styles for mobile */
|
||||
|
||||
Reference in New Issue
Block a user