I'm creating a drop-down menu in CSS3, but I'm not able to style the third level.
CSS is like this:
*{margin: 0; padding:0;}
.menu{width: 100%; height: 50px; background-color:#222; font-family:Arial, Helvetica, sans-serif;}
.menu ul{list-st...
asked by
04.10.2017 / 00:27