-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Добавляет ответ на вопрос про px, em и rem * Добавляет описание профиля * Добавляет значок * Добавляет ссылку и пустую строку в конец --------- Co-authored-by: Alena Batitskaia <solarrust@users.noreply.github.com>
- Loading branch information
1 parent
f746225
commit 2c3bf78
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Пиксель `px` – это абсолютная единица измерения. `1px` интерпретируется как 1/96 дюйма. Главное достоинство использования пикселей для определения размера – чёткость и понятность. Однако, пиксель является фиксированной величиной и не позволяет устанавливать соотношение между различными размерами. | ||
|
||
В отличие от `px`, единицы `em` и `rem` – относительные величины. | ||
|
||
При задании размера шрифта в `em` он считается относительно размера шрифта родительского блока. | ||
`1em` равен размеру шрифта, установленному в родительском элементе. | ||
|
||
Размер шрифта в `rem` рассчитывается относительно размера шрифта корневого элемента. Для веб-страницы это [`<html>`](/html/html/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: 'Алина Шаталова' | ||
url: https://github.com/AlinaShatalova | ||
photo: photo.jpg | ||
badges: | ||
- first-contribution-small | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.