Answers for "should i use min-width or max"

CSS
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 "should i use min-width or max"

Browse Popular Code Answers by Language