Skip to content

Commit

Permalink
feat(css): 프레임 배경 이미지를 content-wrapper에 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
nyj001012 committed Jan 16, 2024
1 parent da9b788 commit 043455e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/assets/css/histories/one_on_one.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.histories#content-wrapper {
display: flex;
justify-content: center;
flex-direction: column;
height: 100%;
background-color: black;
background-image: url("../../images/histories_frame.png");
background-size: 100% 100%;
background-position: bottom;
background-repeat: no-repeat;
overflow: hidden;
}

0 comments on commit 043455e

Please sign in to comment.