Answers for "css should one use @max-width or @min-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
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

Browse Popular Code Answers by Language