Is there a way to specify min-padding?
- Well, if you connect the script, it is quite possible) - Yuri
|
2 answers
Literally, the min-padding properties do not exist, but the desired behavior can be recreated by wrapping the desired element in a container, setting the padding value to it, which should be minimal. Also in some cases, you can use pseudo-classes before and / or after .
|
No, there is no such property , even though it used to go and talk to add it.
There is no (min / max) prefix for neither margin nor padding .
You can try to achieve the desired effect (depending on the task of course) using ( vh/vw ) values.
|