-
Notifications
You must be signed in to change notification settings - Fork 4
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
reset.css + font 설정 #27
Labels
Comments
질문한가지! 저희 className은 dash case로 통일해서 사용하나요? |
https://create-react-app.dev/docs/adding-css-reset 아마 참고하게 될 문서 |
저는 찬성입니다~~ |
font도 설정해야할 것 같습니다 |
저는 일단 레이아웃 만들 때, font 설정은 Apple SD 산돌고딕 neo Bold(Apple SD Gothic neo) 로 설정해놓았습니다. font 부분도 추가로 논의해야겠네요! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
css 사용해서 스타일링을 할 때, 브라우저마다 태그 기본스타일링이 달라서 (ex. select) + 태그가 가지고 있는 기본 스타일링( ex, h1태그 )불편함이 있습니다. 그런 요소들을 초기화해서 사용할 수 있도록하는 reset.css를 찾아보도록하겠습니다.
다른의견있으신분들은 쓰레드를, 동의하시는 분은 이모지를 달아주세요 :)
The text was updated successfully, but these errors were encountered: