Skip to content

Commit

Permalink
Merge pull request #63 from LikeLionHGU/김예지-style/#60
Browse files Browse the repository at this point in the history
충돌 해결
  • Loading branch information
skwldwld authored Feb 19, 2024
2 parents 33830b5 + 26afc7e commit 2e0503e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/account/LogIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import emailicon from "./img/emailicon.png";
import pwicon from "./img/pwicon.png";
import kakaologo from "./img/kakaologo.png";

import styles from "./Login.module.css";

import styles from "./LogIn.module.css";
// import login from "./img/login.png";

const LogIn = () => {
Expand Down
8 changes: 6 additions & 2 deletions src/banner/Banner.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import styles from "./Banner.module.css";

export default function Banner() {
return (
<div>
<h2>배너입니다ㅠㅠ</h2>
<div className={styles.banner}>
<div className={styles.rect}>
<h1>슬라이드 1</h1>
</div>
</div>
);
}
7 changes: 7 additions & 0 deletions src/banner/Banner.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.rect {
width: 100%;
height: 550px;
border: 1px solid black;
margin-top: 90px;
margin-bottom: 352px;
}

0 comments on commit 2e0503e

Please sign in to comment.