1.stellarnav,
2.stellarnav li {
3 position: relative;
4 line-height: normal
5}
6
7.stellarnav {
8 width: 100%;
9 z-index: 9900
10}
11
12.stellarnav ul {
13 margin: 0;
14 padding: 0;
15 text-align: center
16}
17
18.stellarnav li {
19 list-style: none;
20 display: block;
21 margin: 0;
22 padding: 0;
23 vertical-align: middle
24}
25
26.stellarnav li a {
27 padding: 15px;
28 display: block;
29 text-decoration: none;
30 color: #777;
31 font-size: inherit;
32 font-family: inherit;
33 box-sizing: border-box;
34 -webkit-transition: all .3s ease-out;
35 -moz-transition: all .3s ease-out;
36 transition: all .3s ease-out
37}
38
39.stellarnav>ul>li {
40 display: inline-block
...
</html>