● 스타일 시트 ( CSS ) 추가하기 > SPRINGBOOT

본문 바로가기

사이트 내 전체검색

뒤로가기 SPRINGBOOT

● 스타일 시트 ( CSS ) 추가하기

페이지 정보

작성자 관리자 작성일 24-06-03 14:13 조회 56 댓글 0

본문

01. src/main/resources 패키지 > static 폴더 > css 폴더 생성 > style.css 파일 생성


ea71f11638c0e80528efcc31c4b07601_1651799494_3706.jpg

 



02 style.css


@charset "utf-8";


* {

margin:0px;

padding:0px;

font-size:13px;

}

button {cursor:pointer}


a:link, a:visited {color:#000;text-decoration:none}

a:hover, a:focus, a:active {color:#000;text-decoration:none}

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기