add typescript
This commit is contained in:
1
docs/html-css/.gitkeep
Normal file
1
docs/html-css/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
empty
|
||||
5
docs/html-css/01-position.md
Normal file
5
docs/html-css/01-position.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Position
|
||||
5
docs/html-css/02-flex-grid.md
Normal file
5
docs/html-css/02-flex-grid.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Сетка flexbox, grid
|
||||
5
docs/html-css/03-semantic-tags.md
Normal file
5
docs/html-css/03-semantic-tags.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Семантические тэги
|
||||
5
docs/html-css/04-block-model.md
Normal file
5
docs/html-css/04-block-model.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Блочная модель
|
||||
5
docs/html-css/05-selectors.md
Normal file
5
docs/html-css/05-selectors.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
# Селекторы, специфичность
|
||||
5
docs/html-css/06-preprocessors.md
Normal file
5
docs/html-css/06-preprocessors.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
sidebar_position: 6
|
||||
---
|
||||
|
||||
# Препроцессоры
|
||||
5
docs/html-css/07-size-units.md
Normal file
5
docs/html-css/07-size-units.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
sidebar_position: 7
|
||||
---
|
||||
|
||||
# Единицы измерения в CSS
|
||||
7
docs/html-css/_category_.json
Normal file
7
docs/html-css/_category_.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "HTML / CSS",
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user