Answers for "how to add min and max width css"

CSS
0

min width css

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

why does my min and max-wodth only stay on min-width html css

.myClass{
  min-width:300px;
  width:33%;
}
Posted by: Guest on July-10-2021

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

Browse Popular Code Answers by Language