Skip to content

css reset 실습 과제 #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

vroomfan
Copy link

textarea의 font-family와 font-size 속성에 inherit 값을 주어 전역적으로 선언한 폰트가 적용되도록 개선했습니다.

크게 수정한 내용은 없는 PR이지만, 강의 수강생으로서 감사 인사를 전하기 위해 PR 날립니다 :) HTML/CSS 표준이나 웹접근성에 대한 강의를 찾기 힘들었는데, 오랜만에 양질의 강의를 찾게 되어 기쁩니다. 완강까지 열심히 수강하겠습니다! 감사합니다👍

@naradesign
Copy link
Owner

textarea의 font-family와 font-size 속성에 inherit 값을 주어 전역적으로 선언한 폰트가 적용되도록 개선했습니다.

크게 수정한 내용은 없는 PR이지만, 강의 수강생으로서 감사 인사를 전하기 위해 PR 날립니다 :) HTML/CSS 표준이나 웹접근성에 대한 강의를 찾기 힘들었는데, 오랜만에 양질의 강의를 찾게 되어 기쁩니다. 완강까지 열심히 수강하겠습니다! 감사합니다👍

@jyp930 좋은 제안입니다. body에 선언한 전역 글꼴이 모든 요소에 상속되길 원한다면 textarea 뿐만 아니라 input, button, select, table 같은 요소들도 추가하는 것을 검토해 볼 수 있을 것 같습니다. 고생하셨고요. 제 강의를 수강해 주셔서 감사합니다. 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants