반응형
SMALL
@import
url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Noto+Sans+KR:wght@400;500;700&display=swap')
;
* {box-sizing: border-box; font-family: 'Nanum Gothic', sans-serif; outline: none; color: #212121;
}
html {font-size: 13px;}
body {margin: 0;}
a {text-decoration: none;}
ul ol {list-style: none; margin: 0; padding: 0;}
dl, dt, dd {margin: 0; padding: 0;}
common.tag 에 반응형 사이트 설정코드 추가하기
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
'Servlet-Jsp' 카테고리의 다른 글
workout(운동기록프로그램 myBatis) #4 (0) | 2022.08.14 |
---|---|
workout(운동기록프로그램 myBatis) #2 (0) | 2022.08.12 |
workout (운동기록프로그램 myBatis) #1 (0) | 2022.08.11 |
운동기록프로그램(servlet-jsp) #4 (0) | 2022.08.09 |
운동기록프로그램(servlet-jsp) Service 부분 #3 (0) | 2022.08.07 |
댓글