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

Develop #668

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

Develop #668

wants to merge 3 commits into from

Conversation

Namart
Copy link

@Namart Namart commented Mar 23, 2021

Copy link

@aionova aionova left a comment

Choose a reason for hiding this comment

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

Nice!

src/index.html Outdated
<!-- <h1>Enclosures</h1> -->
<div id="qa-block" class ="outer">
<div class="med">
<div class="inner">In programming languages, a closure is a technique for implementing lexically scoped name binding in a language with first-class functions. Operationally, a closure is a record storing a function together with an environment.</div>
Copy link

Choose a reason for hiding this comment

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

don't make lines longer than 80 symbols

}

.outer {
box-sizing: border-box;
Copy link

Choose a reason for hiding this comment

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

set box-sizing: border-box to all the elements with "*" selector

src/index.html Outdated
</div >
<div class ="outer">
<div class="med">
<div class="inner">У програмуванні замиканням називають підпрограму, що виконується в середовищі, яке містить одну або більше зв’язаних змінних. Підпрограма має доступ до цих змінних під час виконання.</div>
Copy link

Choose a reason for hiding this comment

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

Suggested change
<div class="inner">У програмуванні замиканням називають підпрограму, що виконується в середовищі, яке містить одну або більше зв’язаних змінних. Підпрограма має доступ до цих змінних під час виконання.</div>
<div class="inner">
У програмуванні замиканням називають підпрограму, що виконується в середовищі, яке містить одну
або більше зв’язаних змінних. Підпрограма має доступ до цих змінних під час виконання.
</div>

Copy link

Choose a reason for hiding this comment

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

fix it like this everywhere

padding: 10px;
margin: 40px 20px;
background-color: #0090c2;
border: 1px solid #e95d49;
Copy link

Choose a reason for hiding this comment

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

if border is the same for all the containers, then why not create another class for all the containers and write border there?

Copy link

@aionova aionova left a comment

Choose a reason for hiding this comment

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

Great!

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