vault backup: 2026-06-08 08:44:11

This commit is contained in:
Dmitry
2026-06-08 08:44:11 +03:00
parent 67fbf5bbdb
commit a1fe7024ac
5 changed files with 4 additions and 6 deletions
@@ -7,7 +7,7 @@ tags:
- selectors
- box-model
created: 2026-05-30
updated: 2026-06-05
updated: 2026-06-08
source:
- "[[12-css-базовые_свойства.pdf]]"
- "[[12-css-блочная_модель.pdf]]"
@@ -45,9 +45,7 @@ aliases:
2. ID (0, 1, 0, 0)
3. Классы, атрибуты, псевдоклассы (0, 0, 1, 0)
4. Теги и псевдоэлементы (0, 0, 0, 1)
Пример:
![[Pasted image 20260608083946.png]]
```css
body .content { color: red; }
div p { color: blue; }