Skip to content
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

[202302387 송영주] 2주차 미션을 제출합니다. #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yeongju03
Copy link

No description provided.

Copy link
Member

@jungbug jungbug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

영주님!

2주차 미션 하시느라 고생 많으셨습니다!

js에서 css 바꾸는거 말고는 전부다 잘 한거 같습니다!

미션에 대해서 모르시거나 궁금하신게 있으시면 언제든지 물어봐주세요!

Comment on lines +26 to +31
fiveBtn.style.backgroundColor = "hsl(172, 67%, 45%)";
tenBtn.style.backgroundColor = "hsl(183, 100%, 15%)";
tenfiveBtn.style.backgroundColor = "hsl(183, 100%, 15%)";
twentyfiveBtn.style.backgroundColor = "hsl(183, 100%, 15%)";
fiftyBtn.style.backgroundColor = "hsl(183, 100%, 15%)";
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이런식으로 js로 css를 바꾸는것보다 css파일 안에 미리 클래스로 만들어 놓고 js에서 clss를 추가하는 식으로 하는게 더 코드 유지보수가 편해요!

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