Answers for "how to add min and max width"

CSS
0

min width css

.container {  width: min(80ch, 100% - 2rem);  margin-right: auto;  margin-left: auto;}
Posted by: Guest on August-19-2021

Code answers related to "how to add min and max width"

Browse Popular Code Answers by Language