From 74580940ec96822b4efd20a8462dd5eb8382980b Mon Sep 17 00:00:00 2001 From: Olexandr Yatsykovych <52370890+Olexandr6@users.noreply.github.com> Date: Wed, 22 Feb 2023 07:17:27 +0200 Subject: [PATCH] Add a tip about not supported gap property --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b43e8a45af..18f10bcfbf 100644 --- a/readme.md +++ b/readme.md @@ -26,6 +26,7 @@ Create HTML page with the header using `flexbox` basing on [this mockup](https:/ --> [CHECKLIST](https://github.com/mate-academy/layout_moyo-header/blob/master/checklist.md) ### Tips & Hints +- Don't `gap` property for indents. It's not supported in tests, use `margin` instead. - Check one more time if you added `data-qa="hover"` and `class="is-active"` required for tests - Do not use `tabs`. Use `2 spaces` for indentation.