Skip to content

Commit

Permalink
css수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjsdud0702 committed Sep 28, 2022
1 parent d8b61b2 commit d66ac30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/WEB-INF/views/common/menuBar.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/* nav */
.nav{
background-color: rgba(0, 0, 0, 0.9);
background-color: rgba(0,0,0,0.9);
height: 50px;
}
Expand All @@ -49,7 +49,7 @@
vertical-align : middle;
font-size : 30px;
background : black;
color : white;
color : #fffff5;
justify-content:center;
float:left;
align-items:center;
Expand Down Expand Up @@ -81,8 +81,8 @@
<div class="gallary">
<ul>

<li class="col-12"><img src="/resources/image/header/flower1.PNG" alt="배너이미지" width="100%" ></li>
<li class="col-12"><img src="/resources/image/header/flower2.PNG" alt="배너이미지" width="100%" ></li>
<li class="col-12"><img src="/resources/image/header/banner1.png" alt="배너이미지" width="100%" ></li>
<li class="col-12"><img src="/resources/image/header/1.jpg" alt="배너이미지" width="100%" ></li>
<li class="col-12"><img src="/resources/image/header/flower3.PNG" alt="배너이미지" width="100%" ></li>
<li class="col-12"><img src="/resources/image/header/flower4.PNG" alt="배너이미지" width="100%" ></li>
</ul>
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/WEB-INF/views/common/sideBar.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ body{
비밀번호:<br>
<input type="password" name="memberPwd"><br>
<input type="submit" value="로그인"><br>
<a href="/member/findId.kh">ID찾기</a> <br>
<a href="/member/joinView.kh">회원가입</a> <br>
</form>
</c:if>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d66ac30

Please sign in to comment.