Skip to content

Commit d85b614

Browse files
fix: correct formatting of border style in CSS guide
1 parent 98755e1 commit d85b614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/blog/software-development/web-development/frontend/cascading-style-sheets-css/combining-border-top-border-right-border-left-border-bottom-in-css-a-complete-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ The border shorthand property has been a fundamental CSS feature since the early
281281
Common causes:
282282
- Border width set to 0
283283
- Border color matching the background
284-
- Border style set to 'none'
284+
- Border style set to `none`
285285
- Element being covered by another element
286286

287287
### Inconsistent Border Rendering

0 commit comments

Comments
 (0)