html include 하기 5월 23, 2023 home.html<div id="menu"></div>home.js$(document).ready(function () { $("#menu").load("common/menu/menu.html");}); menu.html<h1>menu</h1> 공유 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 태그 HTML 공유 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱
Grid 정렬 6월 08, 2023 .container { display : grid ; gap : 22px ; width : 1000px ; grid-template-columns : repeat ( auto-fit , 150px ); margin : auto ; justify-content : center ; } .container { display : grid ; gap : 22px ; grid-template-columns : repeat ( auto-fit , minmax ( 250px , 1fr )); } 더보기
Eclipse Spring 실행 시 저장된 파일 적용이 안되는 문제 1월 26, 2023 ProjectApplication.java 수정 후 저장하고 그 파일 우측 클릭 후 Run As -> Spring Boot App 클릭 더보기