Skip to content

Conversation

@Makarov-Ivan
Copy link

First task is complited.

</style>
</head>
<body>
<div class=container>
Copy link
Collaborator

Choose a reason for hiding this comment

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

You'd better using not only div but other semantics tags. Here, for example, I would use the tag main

width: 581px;
height: 438px;
margin: auto; /*главный див будет по центру*/
display: grid;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I really like your approach with grid layout. Also, I like that the widget looks great in all browsers

<body>
<div class=container>
<div class=picture_of_sun><p></p></div>
<div class="word_sunny"><span>Sunny</span></div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Try to use more abstract names for classes here and below. For example, in this case, you could've used weather-condition.

@bye
Copy link
Collaborator

bye commented Jul 15, 2019

Much better, thanks for your work!

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