-
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
KDT5_SongSuYeon #74
base: main
Are you sure you want to change the base?
KDT5_SongSuYeon #74
Conversation
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.
고생하셨습니다.
아직 css로 원하는 구현을 하시는 것에 익숙치 않은
부분이 있으신 것 같습니다.
많이 연습해 보시면 좋을 것 같습니다.
중복되는 부분은 코멘트 하지 않았습니다.
HTML
시멘틱 하게 작성해 주신 부분도 있고
약간 그렇지 못한 부분도 있는 것 같습니다.
조금 더 신경을 써서 시멘틱하게 작성하면 좋을 것 같습니다.
CSS
BEM 방법론이 요구 사항에 있었으므로
조금 더 적극적으로 사용해 보아도 좋을 것 같습니다.
scss 활용을 하면 선택자가 길어지고 반복되는 부분을
해결 할 수 있을 것 같습니다.
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>광천어머니김~~</title> | ||
<link rel="stylesheet" href="./main.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css"> |
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.
적용할 main css 보다 reset css 를 먼저 적용하셔야 합니다.
나중에 오는 스타일 시트가 덮어 쓰여질 가능성이 있습니다.
</head> | ||
|
||
<body> | ||
<div id="header"> |
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 태그로 시맨틱하게 작성하면 좋을 것 같습니다.
<body> | ||
<div id="header"> | ||
<div class="top"> | ||
<img src="http://www.xn--hc0bmwo9hutj81ocyj.com/web/upload/category/editor/2020/06/14/a6be479e1ea87dd5340909b9db40739e.gif" alt=""> |
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.
alt 에 어떤 이미지인지 명시해 주는게 좋을 것 같습니다.
text-align: center; | ||
} | ||
#header div.middle { | ||
display: block; |
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.
기본 값을 한번 더 적지 않아도 될 것 같습니다.
margin: auto; | ||
} | ||
#header div.middle_box a { | ||
float: left; |
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.
flex, grid 등 요구 사항에 있어서 적용해 보면 좋을 것 같습니다.
원본 사이트 링크
http://www.xn--hc0bmwo9hutj81ocyj.com/
배포 클론 사이트 링크
https://suyeon9937.github.io/gwangcheon/