Skip to content

Commit 74753de

Browse files
Fix: TOC issue
1 parent 25cdf43 commit 74753de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/css/introduction/what-is-css.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ keywords:
3333
css tutorial for beginners 2025,
3434
css tutorial for learning,
3535
]
36+
hide_table_of_contents: true
3637
---
3738

3839
In this tutorial, you will learn what is CSS, why it is used, and how it works. CSS is a style sheet language that is used to describe the look and formatting of a document written in HTML or XML. It allows you to style web pages and user interfaces, making it easier to create visually appealing and responsive websites. CSS is an essential tool for web developers and designers, and it is used by millions of websites around the world.
3940

4041
<AdsComponent />
42+
<br />
4143

4244
## What is CSS
4345

@@ -111,4 +113,4 @@ In this example, we have applied styles to the heading and paragraph elements us
111113

112114
## Conclusion
113115

114-
In this tutorial, you learned what is CSS, why it is used, and how it works. CSS is a style sheet language that is used to describe the look and formatting of a document written in HTML or XML. It allows you to style web pages and user interfaces, making it easier to create visually appealing and responsive websites. CSS is an essential tool for web developers and designers, and it is used by millions of websites around the world.
116+
In this tutorial, you learned what is CSS, why it is used, and how it works. CSS is a style sheet language that is used to describe the look and formatting of a document written in HTML or XML. It allows you to style web pages and user interfaces, making it easier to create visually appealing and responsive websites. CSS is an essential tool for web developers and designers, and it is used by millions of websites around the world.

0 commit comments

Comments
 (0)