Skip to content

Commit 25d1da7

Browse files
authored
Fix typo (#40239)
1 parent 5cfb673 commit 25d1da7

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/learn_web_development/core/styling_basics/what_is_css

1 file changed

+1
-1
lines changed

files/en-us/learn_web_development/core/styling_basics/what_is_css/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar: learnsidebar
77

88
{{NextMenu("Learn_web_development/Core/Styling_basics/Getting_started", "Learn_web_development/Core/Styling_basics")}}
99

10-
**{{Glossary("CSS")}}** (Cascading Style Sheets) allows you to create great-looking web pages, but how does it work under the hood? This article explains what CSS, what the basic syntax looks like, and how your browser applies CSS to HTML to style it.
10+
**{{Glossary("CSS")}}** (Cascading Style Sheets) allows you to create great-looking web pages, but how does it work under the hood? This article explains what CSS is, what the basic syntax looks like, and how your browser applies CSS to HTML to style it.
1111

1212
<table>
1313
<tbody>

0 commit comments

Comments
 (0)