본문 바로가기
프로그래밍/HTML+CSS

[html] html파일에 css 적용하기

by 소소로드 2019. 1. 13.

헤드 사이에 css의 위치주소

(springboot - static - css일 경우 : css/이름)


<head>

 <link rel="stylesheet" type="text/css" href="css 위치주소">

</head>