본문 바로가기

css

[css] 미디어쿼리 직관적으로

@media (width >= 768px) {
 // 코드작성
}

top