본문 바로가기

퍼블리싱/HTML | CSS | Javascript

min-height 크로스브라우징

 

 

 

1
2
3
4
5
6
.minheight {
   min-height: 240px;
   height:auto !important;
   height: 240px;
   background: #D499B9;
}
cs

 

 

728x90