Skip to content

Commit 054ff00

Browse files
committed
Update: Docs Structure with formating way
1 parent 96830a1 commit 054ff00

File tree

164 files changed

+1127
-648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+1127
-648
lines changed

docs/css/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/css/backgrounds/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/css/backgrounds/background-image/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/css/box-model/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/css/box-model/intro.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
2-
id: introdution
32
title: Introduction to the CSS Box Model
43
sidebar_label: Introduction
5-
sidebar_position: 1
64
keywords: [css box model, box model, css layout, css box model introduction]
75
description: "Learn about the CSS box model and how it is used to layout elements on a web page."
86
tags: [css, box model, css layout, css box model introduction]
9-
hide_table_of_contents: true
107
---
118

129
import BoxModelDiagram from './script/BoxModelDiagram';

docs/css/colors/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/css/fonts-and-text-properties/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/css/fonts-and-text-properties/font-align.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
id: font-align
32
title: "CSS Font Alignment"
43
sidebar_label: "Font Alignment"
5-
sidebar_position: 8
64
tags: ["css", "font alignment", "css font alignment", "css text alignment", "css text properties"]
75
description: "Learn how to use the CSS `text-align` property to align text within a container on your web page."
86
keywords:
@@ -11,7 +9,6 @@ keywords:
119
- css text alignment property
1210
- css text alignment values
1311
- css text alignment examples
14-
hide_table_of_contents: true
1512
---
1613

1714
In CSS, the `text-align` property is used to specify the horizontal alignment of text within a container. It allows you to control the positioning of text elements on your web page, aligning them to the left, right, center, or justified within their containing block.

docs/css/fonts-and-text-properties/font-size.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
id: font-size
32
title: "CSS Font Size"
43
sidebar_label: "Font Size"
5-
sidebar_position: 2
64
keywords:
75
- css font size
86
- font size css
@@ -17,7 +15,6 @@ tags:
1715
- css text size
1816
- css font size property
1917
- css font size example
20-
hide_table_of_contents: true
2118
---
2219

2320
In CSS, the `font-size` property is used to set the size of text content. You can specify the font size in various units such as pixels, ems, rems, percentages, and more. By adjusting the font size, you can control the visual appearance of text on your web page, making it larger or smaller as needed.

docs/css/fonts-and-text-properties/font-style.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
id: font-style
32
title: "CSS Font Style"
43
sidebar_label: "Font Style"
5-
sidebar_position: 7
64
keywords:
75
- css font style
86
- css font style property
@@ -17,7 +15,6 @@ tags:
1715
- css font style property
1816
- css font style values
1917
- css text properties
20-
hide_table_of_contents: true
2118
---
2219

2320
In CSS, the `font-style` property is used to specify the style of a font, such as italic or oblique. It allows you to apply different text styles to your web page, making text elements appear italicized or slanted as needed. The `font-style` property accepts several values that control the appearance of text, providing you with flexibility in styling your content.

0 commit comments

Comments
 (0)