renanabenda / Knowledge-

0 stars 0 forks source link

CSS Assignment Code Review #1

Open ArielDemidov opened 3 weeks ago

ArielDemidov commented 3 weeks ago

CSS Code Review

The assignment is overall cool, the :active property is not something I foresaw, I barely use it, nice implementation on that one, quite unique tbh. Please update me here or smth once the following changes have been implemented:

Please change and re-submit with the following changes:

  1. For רשימה שבה האלמנט הרביעי בצבע ורוד וכל השאר בצבע ירוק, I want you to use a CSS selector that does nth() child, if I delete the Fauda entry the new 4th list item isn't pink anymore. nth() child will achieve that.
  2. For כל div שבא מיד אחרי הרשימה יהיה בצבע כחול please make it work, I now specifically ask for 3 pure divs (no class or ID or inline CSS) to come after the list, you may wrap them with a general div that can have whatever you wish on it CSS wise.
renanabenda commented 3 weeks ago

עשיתי