Gardimy/Mobile-first

Optimize code

Opened this issue · 0 comments

Congratulations on completing the project! I just want to mention a little trick that can help you save code lines in css.

I see that you used the <display:none> command in different classes you could remove it from all those classes and create a unique -> class. none{display: none} and put it where you need it on your HTML page. example:

< <div class="container none"> >