-
Notifications
You must be signed in to change notification settings - Fork 0
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
1주차 심화 과제 #1
base: main
Are you sure you want to change the base?
1주차 심화 과제 #1
Conversation
border-radius: 10px; | ||
color: white; | ||
font-size:smaller; | ||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); |
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.
width: 5rem; | ||
height: 5rem; | ||
margin: 0.2rem; | ||
border-radius: 20px; |
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.
히히 요건 아주 자잘한 곤디 rem이랑 px 둘 중에 하나로 통일하면 더 일관성있어보일것 같아용ㅇ~~~~
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.
rem으로 통일.. 명심!!
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.
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.
할일 페이지 디자인을 아주 잘해주신거 같아요!! 특히 눈에 띄는건 아주 꼼꼼하게 신경쓴 폰트들,,,배워갑니다! 고생하셨습니다~!~!
<div class="heart_count">2</div> | ||
</div> | ||
<div>3</div> |
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.
이쪽에 할일 표시나 날짜 표시 div는 p태그 이용해도 좋을거 같아요!
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.
오옹 p태그 생각못했는데 적용해봐야겠어용! 감사합니다!
</div> | ||
<div class="todo"> | ||
<input id="check1" type="checkbox"> | ||
<label for="check1">웹팟 과제</label> |
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.
label for 속성을 이용해서 id를 기준으로 연결할 수 있군요...! 배워갑니다:)
height: 100vh; | ||
margin: 0 auto; | ||
box-sizing: border-box; | ||
font-family: "Hana_handwriting"; |
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.
매번 폰트에 신경을 정말 많이 써주시네요...!🥹 디테일 멋져요
✨ 구현 기능 명세
- 기본 과제
header
,main (section , section)
,footer
로 나누어 구현합니다.grid
가운데 정렬
로 구현합니다.✔️색상이 다르게
표시됩니다. ✔️카테고리+할일리스트가 세트
로 넘어갑니다 ✔️- 심화 과제
🌼 PR Point
캘린더는 다음과 같이 grid-template-columns를 활용하여 구현하였습니다!
하트 이미지를 박아놓고 count 텍스트에 absolute 설정해서 가운데로 이동시켜줬는데 이 방식이 맞는지 모르겠네용 ㅎ
투두 카테고리에 그림자 효과를 적용시켰는데, 반영이 안되더라구요!
이거 왜 그런지 아시는 분 계실까요 ㅠ
🥺 소요 시간, 어려웠던 점
7h
🌈 구현 결과물
4.mp4