diff --git a/src/main/webapp/WEB-INF/views/common/menuBar.jsp b/src/main/webapp/WEB-INF/views/common/menuBar.jsp index 88b0dfa..ec0d136 100644 --- a/src/main/webapp/WEB-INF/views/common/menuBar.jsp +++ b/src/main/webapp/WEB-INF/views/common/menuBar.jsp @@ -35,7 +35,7 @@ /* nav */ .nav{ - background-color: rgba(0, 0, 0, 0.9); + background-color: rgba(0,0,0,0.9); height: 50px; } @@ -49,7 +49,7 @@ vertical-align : middle; font-size : 30px; background : black; - color : white; + color : #fffff5; justify-content:center; float:left; align-items:center; @@ -81,8 +81,8 @@
diff --git a/src/main/webapp/WEB-INF/views/common/sideBar.jsp b/src/main/webapp/WEB-INF/views/common/sideBar.jsp index f541a77..30c0194 100644 --- a/src/main/webapp/WEB-INF/views/common/sideBar.jsp +++ b/src/main/webapp/WEB-INF/views/common/sideBar.jsp @@ -107,7 +107,6 @@ body{ 비밀번호:


- ID찾기
회원가입
diff --git a/src/main/webapp/resources/image/header/banner1.png b/src/main/webapp/resources/image/header/banner1.png new file mode 100644 index 0000000..e94877d Binary files /dev/null and b/src/main/webapp/resources/image/header/banner1.png differ