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

Human-Rights-01 #693

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

Conversation

provolovskyi-illia
Copy link

src/index.html Outdated
effective recognition and observance, both among the peoples of Member States
themselves and among the peoples of territories under their jurisdiction.
</p>
<h2 class="style-article">Article 1</h2>

Choose a reason for hiding this comment

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

style-article is not the best class name, let's rename to subtitle

src/index.html Outdated
Comment on lines 119 to 123
<li>
Everyone charged with a penal offence has the right to be presumed
innocent until proved guilty according to law in a public trial at which he
has had all the guarantees necessary for his defence.
</li>

Choose a reason for hiding this comment

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

don't forget about indentation for text

Suggested change
<li>
Everyone charged with a penal offence has the right to be presumed
innocent until proved guilty according to law in a public trial at which he
has had all the guarantees necessary for his defence.
</li>
<li>
Everyone charged with a penal offence has the right to be presumed
innocent until proved guilty according to law in a public trial at which he
has had all the guarantees necessary for his defence.
</li>

Choose a reason for hiding this comment

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

fix everywhere

src/style.css Outdated
font-weight: normal;
}

.style-link {

Choose a reason for hiding this comment

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

just link

src/style.css Outdated

.heading {
font-size: 17px;
font-weight: bold;

Choose a reason for hiding this comment

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

font-weight: bold is a default setting for h1, remove

Copy link
Author

Choose a reason for hiding this comment

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

corrected all comments

Comment on lines +1 to +3
html {
margin: 0;
}

Choose a reason for hiding this comment

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

it's better to add margin: 0 to specific elements
like this

.heading,
.paragraph {
   margin: 0;
}

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