-
Notifications
You must be signed in to change notification settings - Fork 2
Roman fetch training #16
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
base: development
Are you sure you want to change the base?
Conversation
| width: 67px !important; | ||
| height: 45px !important; |
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.
Try to avoid Important
| import './style.scss'; | ||
|
|
||
| // lessonsExamples.lesson_7(); | ||
| HOMEWORK.ROMAN_SEMENYK_HW.ROMAN_SEMENYK_HW_7(); |
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.
Please comment this.
| const InnerHtml = () => { | ||
| const hw_6 = document.querySelector('#FOR_HOMEWORK'); | ||
| hw_6.innerHTML = ` | ||
| <body> |
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.
you dont need add body. Body always should be unchaged in html
No description provided.