Skip to content

Commit fb0e0fe

Browse files
authored
Merge pull request #54 from codeharborhub/dev-1
Update: Docs Structure with formating way
2 parents 3499ece + a1c89ea commit fb0e0fe

File tree

167 files changed

+1136
-660
lines changed

Some content is hidden

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

167 files changed

+1136
-660
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/colors/hsla.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ In the example above, HSLA color values are used to specify the colors of the `<
138138

139139
By using HSLA color values, you can enhance the visual appearance of your web designs and create engaging color schemes with varying levels of transparency. HSLA color values provide a flexible way to specify colors based on hue, saturation, lightness, and alpha values, allowing you to create unique color effects and visually appealing designs in your web projects.
140140

141-
If you want to learn more about CSS colors, you can check out our [CSS Colors](/tutorial/category/colors) guide for additional information on color models, color functions, and color formats in CSS.
141+
If you want to learn more about CSS colors, you can check out our [CSS Colors](/tutorial/css/colors/color-names) guide for additional information on color models, color functions, and color formats in CSS.
142142

143143
## Conclusion
144144

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.

0 commit comments

Comments
 (0)