kottans / frontend-2019-p2p

Repo for students' homework p2p reviews
31 stars 44 forks source link

evgeniy 241984 - Html css popup done #99

Closed Evgeniy241984 closed 5 years ago

Evgeniy241984 commented 5 years ago

Html css popup

Demo Code base

The code is submitted in its own sub-directory and in a dedicated feature branch. Please, review.

A-Ostrovnyy commented 5 years ago

Hi, please add links to working demo and code. Template for it:

[Demo](https://username.github.io/task - name/) |
[Code base](https://github.com/username/task - name)
Evgeniy241984 commented 5 years ago

Hi, i didn't found where shoud i add this links, so i write next here [Demo] (https://evgeniy241984.github.io/html-css-popup-demo/) [Code base] (https://github.com/Evgeniy241984/Evgeniy241984.github.io/tree/master/html-css-popup-demo)

A-Ostrovnyy commented 5 years ago

Add links on repo and demo to the first message after the title.

A-Ostrovnyy commented 5 years ago

Add styles on :hover, :focus, and :active state to all interactive elements.

A-Ostrovnyy commented 5 years ago

Check order menu elements on focus: Video.

A-Ostrovnyy commented 5 years ago

Your popup not accessible from the keyboard. Popup and inner part must open and close from the keyboard. Feel free to ask if you don't understand something.

Evgeniy241984 commented 5 years ago

See my changes according to your comments! Thank you!

A-Ostrovnyy commented 5 years ago

Good job I edited your first message according to the standard. Use this template for future home works.

A-Ostrovnyy commented 5 years ago

Well done!