-
Notifications
You must be signed in to change notification settings - Fork 1
feat: modal창_본문 #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
The head ref may contain hidden characters: "feat/modal\uCC3D_\uBCF8\uBB38_#58"
feat: modal창_본문 #59
Changes from 1 commit
c026b8d
4696e8b
86050d8
758d1a4
a8ed7d7
36d5dc4
11ee39b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| @font-face { | ||
| font-family: 'SCDream'; | ||
| font-weight: 400; | ||
| src: url('/assets/fonts/SCDream4.otf'); | ||
| } | ||
| body { | ||
| font-family: SCDream; | ||
| width: 400px; | ||
| background-color: white; | ||
| } | ||
| h2 { | ||
| text-align: top; | ||
| vertical-align: top; | ||
| } | ||
| img { | ||
| width: 57px; | ||
| } | ||
| .commentbox { | ||
| height: 200px; | ||
| background-color: #F5F5F5; | ||
| vertical-align: middle; | ||
| } | ||
| li { | ||
| vertical-align: middle; | ||
| list-style-type: none; | ||
| } | ||
| li img{ | ||
| width: 40px; | ||
| } | ||
| /* .error-text{ | ||
| vertical-align: middle; | ||
| text-align: center; | ||
| display: inline-block; | ||
| } */ | ||
| .error-imform { | ||
| width: 385px; | ||
| height: 40px; | ||
| vertical-align: middle; | ||
| text-align: center; | ||
| display: inline-block; | ||
| margin-top: 15px; | ||
| margin-left: auto; | ||
| margin-right: auto; | ||
| background-color: #105395; | ||
| padding-top: 20px; | ||
| color: white; | ||
| border-radius: 0px 30px; | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,9 +4,22 @@ | |
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Comboong Note</title> | ||
| <link rel="stylesheet" href="modal.css" /> | ||
| </head> | ||
| <body> | ||
| 모달 | ||
| <h2><img src="../img/iconImg-1.png"> Comboong Note</h2> | ||
| <div class="commentbox"> | ||
| <ul> | ||
| <li><img src="../img/setting_img.png"> 초기 설정값을 확인해 주세요</li> | ||
| <li><img src="../img/bell_img.png"> 처음 설치 시 알람이 뜰 수 있음을 유의해 주세요</li> <!--css에서 옆으로 밀면 될것같은데..--> | ||
|
||
| <li><img src="../img/warning_img.png"> 본 프로그램으로 생기는 불이익은 책임지기 힘듭니다</li> | ||
|
||
| </ul> | ||
| </div> | ||
| <div class="error-imform"> | ||
| <div class=""> | ||
|
||
| 오류 제보: 2004imjimin@pusan.ac.kr | ||
| </div> | ||
| </div> | ||
| <script src="./modal.js"></script> | ||
| </body> | ||
| </html> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
h2, img 같은 태그는 공용적으로 사용되는 태그이므로 해당 부분에 클래스나 아이디를 붙여서 css 속성을 부여해주세요!