Answers for "sub menu not showing horizontal css"

CSS
0

sub menu not showing horizontal css

ul li a {
 display: block;
 text-decoration: none;
 color: #777;
 background: #fff;
 padding: 5px;
 border: 1px solid #ccc;
 border-bottom: 0;
 }
Posted by: Guest on July-21-2020

Browse Popular Code Answers by Language