Skip to content

Commit

Permalink
Merge pull request #92 from LikeLionHGU/modal
Browse files Browse the repository at this point in the history
Modal 완성!!
  • Loading branch information
sungyu0309 authored Jan 14, 2025
2 parents 4c5897c + ea9ada0 commit 598de2a
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/img/.DS_Store
Binary file not shown.
Binary file modified assets/img/modal/.DS_Store
Binary file not shown.
Binary file added assets/img/modal/backgroundImage/6.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 added assets/img/modal/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/modal/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/modal/memoji/.DS_Store
Binary file not shown.
Binary file removed assets/img/modal/memoji/1.jpg
Binary file not shown.
Binary file added assets/img/modal/memoji/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/modal/memoji/2.png
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 assets/img/modal/memoji/3.jpg
Binary file not shown.
Binary file added assets/img/modal/memoji/3.png
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 assets/img/modal/memoji/4.jpg
Binary file not shown.
Binary file added assets/img/modal/memoji/4.png
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 assets/img/modal/memoji/5.jpg
Binary file not shown.
Binary file added assets/img/modal/memoji/5.png
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 assets/img/modal/memoji/6.jpg
Binary file not shown.
Binary file added assets/img/modal/memoji/6.png
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 assets/img/modal/memoji/7.jpg
Binary file not shown.
Binary file added assets/img/modal/memoji/7.png
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 assets/img/modal/memoji/8.jpg
Binary file not shown.
Binary file added assets/img/modal/memoji/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/modal/memoji/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions styles/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {
font-family: "GmarketSansMedium";
}
.modal {
z-index:2000;
position: fixed;
display: none;

Expand All @@ -26,8 +27,8 @@ body {
top: 50%;
padding: 40px;
padding-bottom: 30px;
width: 350px;
height: 650px;
width: 410px;
height: 720px;

border-radius: 10px;
border: 1px solid none;
Expand Down

0 comments on commit 598de2a

Please sign in to comment.