sub menu not showing horizontal css

Solutions on MaxInterview for sub menu not showing horizontal css by the best coders in the world

showing results for - "sub menu not showing horizontal css"
Martina
17 Jan 2017
1ul li a {
2 display: block;
3 text-decoration: none;
4 color: #777;
5 background: #fff;
6 padding: 5px;
7 border: 1px solid #ccc;
8 border-bottom: 0;
9 }
10