Skip to content

Commit

Permalink
🎨STYLE: Home 컴포넌트 한국, 일본 background-image 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
이동준 committed Nov 1, 2023
1 parent bde9a6d commit 6e854d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Binary file removed public/assets/Seoul.jpeg
Binary file not shown.
Binary file added public/assets/bukchon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/sapporo_nika.jpeg
Binary file not shown.
Binary file added public/assets/shirakawa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions src/components/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
box-sizing: border-box;
max-width: 480px;
width: 100vw;
background-image: url('/assets/Seoul.jpeg');
background-image: url('/assets/bukchon.jpg');
background-position: center center;
background-size: cover;
animation: krFadeIn 0.8s ease-out forwards;
cursor: pointer;
/* flex로 가운데 정렬했습니다! */
display: flex;
justify-content: center;
align-items: center;
opacity: 0.7;
opacity: 0.8;
}

.korea-tab-div:hover {
Expand Down Expand Up @@ -69,15 +69,16 @@
box-sizing: border-box;
max-width: 480px;
width: 100vw;
background-image: url('/assets/sapporo_nika.jpeg');
background-image: url('/assets/shirakawa.jpg');
background-position: center center;
background-size: cover;
animation: jpFadeIn 0.8s ease-out forwards;
cursor: pointer;
transition: transform 0.2s ease;
display: flex;
justify-content: center;
align-items: center;
opacity: 0.7;
opacity: 0.8;
}

.japan-tab-div:hover {
Expand Down

0 comments on commit 6e854d7

Please sign in to comment.