Last active
March 31, 2024 11:23
-
-
Save pointofpresence/0ac30e911765f19f966ed7fb6698f3ab to your computer and use it in GitHub Desktop.
Функция min() принимает одно или большее количество значений, разделённых запятой, и возвращает наименьшее из них. Эту функцию используют для ограничения значений CSS-свойств жёстко заданным максимальным уровнем.
This file contains hidden or 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
padding: min(85%, 9.75em) 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment