Posts by fabrito • 3 points
1 post
-
0
votes1
answer291
viewsQ: trasition effect in menu does not work on Chrome firefox works normal
This is the CSS code: *{ margin:0; padding:0; } header{ margin-top:10px; } nav{ margin:0px auto; max-width:1000px; width:100%; } nav ul { list-style:none; } nav > ul { display:table;…