-
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 #668
base: master
Are you sure you want to change the base?
Develop #668
Conversation
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.
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> |
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 make lines longer than 80 symbols
} | ||
|
||
.outer { | ||
box-sizing: border-box; |
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.
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> |
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.
<div class="inner">У програмуванні замиканням називають підпрограму, що виконується в середовищі, яке містить одну або більше зв’язаних змінних. Підпрограма має доступ до цих змінних під час виконання.</div> | |
<div class="inner"> | |
У програмуванні замиканням називають підпрограму, що виконується в середовищі, яке містить одну | |
або більше зв’язаних змінних. Підпрограма має доступ до цих змінних під час виконання. | |
</div> |
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.
fix it like this everywhere
padding: 10px; | ||
margin: 40px 20px; | ||
background-color: #0090c2; | ||
border: 1px solid #e95d49; |
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.
if border is the same for all the containers, then why not create another class for all the containers and write border there?
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.
Great!
DEMO LINK
TEST REPORT LINK