-
Notifications
You must be signed in to change notification settings - Fork 39
[맹은빈]Sprint3 #110
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
Merged
GANGYIKIM
merged 12 commits into
codeit-bootcamp-frontend:Basic-맹은빈
from
evaain706:Basic-맹은빈-sprint3
Mar 21, 2025
The head ref may contain hidden characters: "Basic-\uB9F9\uC740\uBE48-sprint3"
Merged
[맹은빈]Sprint3 #110
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
0316d60
미션3 시작, 피드백사항 수정
evaain706 b7abe70
px -> rem 변경
evaain706 d92f490
메인페이지 태블릿화면 중간
evaain706 6ea9616
index.html 태블릿화면 css 수정 / 모바일화면 시작
evaain706 4c3d466
index.html 모바일 css수정
evaain706 7b366b6
index.html section영역 css 수정
evaain706 5e3500e
비밀번호 input 아이콘추가, css수정
evaain706 e45c5ac
signup.html 모바일사이즈 css 시작
evaain706 8d42d3e
index.html 모바일 footer 배치 수정
evaain706 d1523e2
메타태그 추가
evaain706 8658cd1
메타태그 수정
evaain706 c5756de
login , signup 버튼색상수정/ 메타태그 수정
evaain706 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,10 +17,12 @@ | |
| font-style: normal; | ||
| } | ||
|
|
||
| body p { | ||
| font-size: 1.6rem; | ||
| } | ||
|
|
||
| .container { | ||
| display: flex; | ||
| width: 100%; | ||
| height: 100%; | ||
| justify-content: center; | ||
| align-items: center; | ||
| } | ||
|
|
@@ -29,108 +31,269 @@ | |
| display: flex; | ||
| flex-direction: column; | ||
| flex-shrink: 0; | ||
| width: 640px; | ||
| height: 618px; | ||
| margin: 231px 640px; | ||
| width: 64rem; | ||
| height: 61.8rem; | ||
| margin: 23.1rem 64rem; | ||
| } | ||
|
|
||
| .header-logo { | ||
| height: 132px; | ||
| margin: 0 122px; | ||
| height: 13.2rem; | ||
| margin: 0 auto; | ||
| } | ||
|
|
||
| .loginLogoImg { | ||
| width: 396px; | ||
| height: 132px; | ||
| width: 39.6rem; | ||
| height: 13.2rem; | ||
| } | ||
|
|
||
| .input-form-container { | ||
| margin-top: 40px; | ||
| margin-top: 4rem; | ||
| display: flex; | ||
| flex-direction: column; | ||
| width: 640px; | ||
| height: 300px; | ||
| gap: 24px; | ||
| width: 64rem; | ||
| height: 30rem; | ||
| gap: 2.4rem; | ||
| } | ||
|
|
||
| .input-box-container { | ||
| width: 100%; | ||
| height: 98px; | ||
| height: 9.8rem; | ||
| position: relative; | ||
| } | ||
|
|
||
| .input-box-container label { | ||
| font-size: 18px; | ||
| font-size: 1.8rem; | ||
| font-weight: 700; | ||
| } | ||
|
|
||
| .wrapper-for-icon { | ||
| position: relative; | ||
| display: flex; | ||
| align-items: center; | ||
| justify-items: center; | ||
| } | ||
|
|
||
| .input-box { | ||
| margin-top: 16px; | ||
| margin-top: 1.6rem; | ||
| width: 100%; | ||
| height: 56px; | ||
| border-radius: 12px; | ||
| padding: 16px 24px; | ||
| font-weight: 400px; | ||
| border: 1px soild var(--cool-gray-100); | ||
| height: 5.6rem; | ||
| border-radius: 1.2rem; | ||
| padding: 1.6rem 2.4rem; | ||
| font-weight: 400; | ||
| border: 0.1rem solid var(--cool-gray-100); | ||
| background-color: #f3f4f6; | ||
| font-size: 1.6rem; | ||
| } | ||
|
|
||
| .passwordIcon { | ||
| position: absolute; | ||
| right: 3rem; | ||
| width: 2.4rem; | ||
| height: 2.4rem; | ||
| top: 45%; | ||
| cursor: pointer; | ||
| } | ||
|
|
||
| .button-container { | ||
| margin-top: 24px; | ||
| height: 56px; | ||
| margin-top: 2.4rem; | ||
| height: 5.6rem; | ||
| } | ||
|
|
||
| .login-button { | ||
| width: 100%; | ||
| height: 56px; | ||
| padding: 16px 124px; | ||
| border-radius: 40px; | ||
| background-color: var(--button-color); | ||
| border: 0 soild var(--button-color); | ||
| height: 5.6rem; | ||
| padding: 1.6rem 12.4rem; | ||
| border-radius: 4rem; | ||
| background-color: #9ca3af; | ||
| border: 0 solid #9ca3af; | ||
| color: #f3f4f6; | ||
| font-size: 20px; | ||
| font-size: 2rem; | ||
| font-weight: 600; | ||
| cursor: pointer; | ||
| } | ||
|
|
||
| .simple-login-box { | ||
| display: flex; | ||
| justify-content: center; | ||
| align-items: center; | ||
| margin-top: 24px; | ||
| height: 74px; | ||
| gap: 10px; | ||
| margin-top: 2.4rem; | ||
| height: 7.4rem; | ||
| gap: 1rem; | ||
| background-color: #e6f2ff; | ||
| } | ||
|
|
||
| .simple-login-content { | ||
| width: 100%; | ||
| height: 42px; | ||
| height: 4.2rem; | ||
| display: flex; | ||
| justify-content: space-between; | ||
| align-items: center; | ||
| margin: 16px 23px; | ||
| margin: 1.6rem 2.3rem; | ||
| } | ||
|
|
||
| .simple-login-text { | ||
| display: flex; | ||
| align-items: center; | ||
| font-weight: 500; | ||
| color: #1f2937; | ||
| height: 24px; | ||
| height: 2.4rem; | ||
| } | ||
|
|
||
| .logo-box { | ||
| display: flex; | ||
| gap: 16px; | ||
| gap: 1.6rem; | ||
| } | ||
|
|
||
| .logo-box img { | ||
| height: 4.2rem; | ||
| } | ||
|
|
||
| .register { | ||
| margin-top: 24px; | ||
| margin-top: 2.4rem; | ||
| display: flex; | ||
| justify-content: center; | ||
| align-items: center; | ||
| gap: 4px; | ||
| gap: 0.4rem; | ||
| } | ||
|
|
||
| .register-a { | ||
| font-size: 14px; | ||
| .register-navigate { | ||
| font-size: 1.4rem; | ||
| font-weight: 500; | ||
| color: var(--button-color); | ||
| } | ||
|
|
||
| /* 모바일 */ | ||
| @media (min-width: 375px) and (max-width: 767px) { | ||
| .container { | ||
| display: flex; | ||
| justify-content: center; | ||
| align-items: center; | ||
| padding: 0 1.6rem; | ||
| } | ||
|
|
||
| .content-box { | ||
| display: flex; | ||
| flex-direction: column; | ||
| flex-shrink: 0; | ||
| width: 100%; | ||
| max-width: 40rem; | ||
| height: 50.1rem; | ||
| margin: 23.1rem auto; | ||
| } | ||
|
|
||
| .header-logo { | ||
| height: 13.2rem; | ||
| } | ||
|
|
||
| .loginLogoImg { | ||
| max-width: 19.8rem; | ||
| height: 6.6rem; | ||
| margin: 0 auto; | ||
| } | ||
|
|
||
| .input-form-container { | ||
| margin-top: 4rem; | ||
| display: flex; | ||
| flex-direction: column; | ||
| width: 100%; | ||
| max-width: 40rem; | ||
|
|
||
| gap: 2.4rem; | ||
| } | ||
|
|
||
| .input-box-container { | ||
| width: 100%; | ||
| } | ||
|
|
||
| .input-box-container label { | ||
| font-size: 1.8rem; | ||
| font-weight: 700; | ||
| } | ||
|
|
||
| .input-box { | ||
| margin-top: 1.6rem; | ||
| width: 100%; | ||
| height: 5.6rem; | ||
| border-radius: 1.2rem; | ||
| padding: 1.6rem 2.4rem; | ||
| font-weight: 400; | ||
| border: 0.1rem solid var(--cool-gray-100); | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗️ 수정요청 |
||
| background-color: var(--cool-gray-100); | ||
| font-size: 1.6rem; | ||
| } | ||
|
|
||
| .button-container { | ||
| margin-top: 2.4rem; | ||
| height: 5.6rem; | ||
| width: 100%; | ||
| max-width: 40rem; | ||
| } | ||
|
|
||
| .login-button { | ||
| width: 100%; | ||
| height: 5.6rem; | ||
| padding: 1.6rem; | ||
| border-radius: 4rem; | ||
| background-color: #9ca3af; | ||
| border: 0 solid #9ca3af; | ||
| color: #f3f4f6; | ||
| font-size: 2rem; | ||
| font-weight: 600; | ||
| cursor: pointer; | ||
| } | ||
|
|
||
| .simple-login-box { | ||
| display: flex; | ||
| justify-content: center; | ||
| align-items: center; | ||
| margin-top: 2.4rem; | ||
| height: 7.4rem; | ||
| gap: 1rem; | ||
| background-color: #e6f2ff; | ||
| width: 100%; | ||
| max-width: 40rem; | ||
| } | ||
|
|
||
| .simple-login-content { | ||
| width: 100%; | ||
| height: 4.2rem; | ||
| display: flex; | ||
| justify-content: space-between; | ||
| align-items: center; | ||
| margin: 1.6rem; | ||
| border-radius: 0.8rem; | ||
| } | ||
|
|
||
| .simple-login-text { | ||
| display: flex; | ||
| align-items: center; | ||
| font-weight: 500; | ||
| color: #1f2937; | ||
| height: 2.4rem; | ||
| } | ||
|
|
||
| .logo-box { | ||
| display: flex; | ||
| gap: 1.6rem; | ||
| } | ||
|
|
||
| .logo-box img { | ||
| height: 4.2rem; | ||
| } | ||
|
|
||
| .register { | ||
| margin-top: 2.4rem; | ||
| display: flex; | ||
| justify-content: center; | ||
| align-items: center; | ||
| gap: 0.4rem; | ||
| width: 100%; | ||
| max-width: 40rem; | ||
| } | ||
|
|
||
| .register-navigate { | ||
| font-size: 1.4rem; | ||
| font-weight: 500; | ||
| color: var(--button-color); | ||
| } | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
❗️ 수정요청
이러한 og 설정이 제대로 되어 있는지 확인할 수 있는 방법이 여러가지 있습니다~
확인해보시고 meta 태그를 수정해보세요~