Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавляет небольшое уточнение #5380

Merged
merged 2 commits into from
Jun 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions css/adding-styles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ p {

Внешний CSS также позволяет использовать [кастомные свойства](/css/custom-properties/).

### Недостатки

Чтение стилей приостанавливает чтение кода страницы. Если файл, к которому вы обращаетесь, находится на отдалённом и недоступном сервере, это может повлиять на работоспособность остальных элементов страницы. Например на исполняемые скрипты. Подробнее можно почитать в статьте «[Как браузер рисует страницы](/tools/how-the-browser-creates-pages/)».

## Встроенные стили

Вариант, когда CSS-свойства описываются в самом HTML-документе внутри тега [`<style>`](/html/style/) в шапке страницы:
Expand Down
Loading