-
Notifications
You must be signed in to change notification settings - Fork 508
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
Develop #703
base: master
Are you sure you want to change the base?
Develop #703
Conversation
stas-dukach
commented
Mar 23, 2021
- DEMO LINK
- TEST REPORT LINK
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.
Almost there.
Need to change approach to styling the document.
src/style.css
Outdated
h1 { | ||
font-size: 17px; | ||
font-weight: bold; | ||
margin: 0; | ||
} | ||
|
||
h2 { | ||
font-size: 15px; | ||
margin: 1em 0; | ||
font-weight: normal; | ||
} | ||
|
||
p { | ||
margin: 0; | ||
} |
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.
Don't style using tags, add classes.
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.
Good job! 👍