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

Exercise 10 #15

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

Exercise 10 #15

wants to merge 6 commits into from

Conversation

elenap1991
Copy link
Owner

created adaptive page, page whith spreadsheet, page whith form registration

@elenap1991 elenap1991 requested a review from aneelia May 26, 2019 04:57
@elenap1991 elenap1991 force-pushed the ex10 branch 2 times, most recently from 3e7b1b4 to 46996af Compare May 26, 2019 12:36
<form method="GET" action="http://httpbin.org/get">
<fieldset>
<legend>Personal data</legend>
<label>Surname
Copy link
Collaborator

Choose a reason for hiding this comment

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

забыла атрибут for

Copy link
Owner Author

Choose a reason for hiding this comment

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

Добавила

<fieldset>
<legend>Personal data</legend>
<label>Surname
<input>
Copy link
Collaborator

Choose a reason for hiding this comment

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

не хвататет отрибутов type и id

Copy link
Owner Author

Choose a reason for hiding this comment

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

добавила

<br>
<label>You are
<input type="radio" name="sex">
male</label>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Проверь форматирование кода

Copy link
Owner Author

Choose a reason for hiding this comment

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

поправила

text-transform:capitalize;
}
.table td:nth-child(4)::before{
content:"$";
Copy link
Collaborator

Choose a reason for hiding this comment

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

И тут тоже форматирование поехало

Copy link
Owner Author

Choose a reason for hiding this comment

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

поправила

@@ -0,0 +1,27 @@
.table tr:nth-child(odd){
Copy link
Collaborator

Choose a reason for hiding this comment

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

Зачем ты используешь тэги, если есть классы у элементов?

Copy link
Owner Author

Choose a reason for hiding this comment

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

использовала классы, но все же интересно, насколько в данном случае использовать классы целесообразно, ведь код получается длиннее...

.article{
grid-area:article;
}
body{
Copy link
Collaborator

Choose a reason for hiding this comment

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

не используй тэги в css

Copy link
Owner Author

Choose a reason for hiding this comment

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

заменила на класс

grid-area: articles;
text-align: justify;
}
@media only screen and ( min-width: 1346px){
Copy link
Collaborator

Choose a reason for hiding this comment

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

Вынеси медиа в отдельный файл?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Разделила на отдельные файлы

.header__contact-container-item {
position: relative;
}
.header__contact-hint {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Тултип должен появляться при наведении на иконку. Для каждой икноки свой тултип

Copy link
Owner Author

Choose a reason for hiding this comment

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

Добавила тултип при наведении на иконку (цвет иконок при наведении не меняла, не смогла найти svg с конвертом)

</div>
<article class="article">
<div class="article__background">
<div class="article__text"><img src="image/text.png" alt="LET’S DRAW SOME ARTS & make your business much better"></div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Это не должно быть картинкой.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Поменяла на текст

* added attribute `for` in label tags and attributes `id` and `type` in input tags
* fixed code formatting
* splitted css files
* added tooltip when hovering
* replaced text image with just text
@elenap1991 elenap1991 requested a review from rakotoz June 2, 2019 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants