미디어쿼리 사용법좀 질문드립니다.... 채택완료
todzosel
3년 전
조회 1,714
head.php 에 다음과 같이 css를 연결했습니다.
<link rel="stylesheet" href="<?php echo G5_THEME_URL;?>/css/desktop.css">
<link rel="stylesheet" media="(min-width:769px) and (max-width:1200px)" href="<?php echo G5_THEME_URL;?>/css/tablet.css">
<link rel="stylesheet" media="(min-width:0px) and (max-width:768px)" href="<?php echo G5_THEME_URL;?>/css/mobile.css">
근데 mobile.css 가 안먹힙니다......
뭐가 잘못된걸까요?
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
채택된 답변
+20 포인트
답변에 대한 댓글 1개
t
todzosel
3년 전
감사합니다~
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인