Answer the question
In order to leave comments, you need to log in
Why doesn't this css work on Mac?
HTML
<nav>
<ul>
<li></li>
...
</ul>
</nav>
nav:not(:focus) ul:not(:active) { /* магия кнопки "меню", благодаря чему навигация скрывается/появляется по щелчку */
display: none;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question