-
Notifications
You must be signed in to change notification settings - Fork 20
[유선향] -Sprint3 #36
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
kiJu2
merged 12 commits into
codeit-bootcamp-frontend:Basic-유선향
from
grimza99:part1-유선향-sprint3
Dec 30, 2024
The head ref may contain hidden characters: "part1-\uC720\uC120\uD5A5-sprint3"
Merged
[유선향] -Sprint3 #36
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2fc219a
화면너비기준 미디어 쿼리기준 작성
7e9cb3b
데스크탑 기준으로 시작해야 할것 같고, 375px 이하는 고려하지 않는다 해서 @media 기준점 다시 수정
2526685
반응형디자인을위해 index.html 수정
349af48
반응형웹사이트 위해 index.html, index.css 수정
a5f8d13
로그인, 회원가입 페이지 모바일 반응형 작성
d732d0f
태블릿 환경 css 작성
8ccea71
모바일환경 반응형 css 작성
30cf7b2
페이스북 오픈그래프 메타 데이터 작성
f6f2ce1
type: style
4da25fd
Docs : creacte color.css
cb664e8
style: code look nice
a73ef4f
Update README.md
grimza99 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
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 |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| 13기 프론트엔드 개인 스프린트 미션1 | ||
| 제출일 12월 3일 | ||
| 코드잇 프론트 엔드 13기 유선향 스프린트 미션 3입니다. | ||
| 제출일 12월 27일 |
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 |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| :root { | ||
| --gray900: #111827; | ||
| --gray800: #1f2937; | ||
| --gray700: #374151; | ||
| --gray600: #4b5563; | ||
| --gray500: #6b7280; | ||
| --gray400: #9ca3af; | ||
| --gray200: #e5e7eb; | ||
| --gray100: #f3f4f6; | ||
| --gray50: #f9fafb; | ||
| --blue: #3692ff; | ||
| --white: #ffffff; | ||
| --backgroundLightBlue: #cfe5ff; | ||
| --backgroundLightGray: #fcfcfc; | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
오호 굿굿 !
color.css를 작성하셨군요 !코드의 목적이 분명하네요. 훌륭합니다 👍