]> git.piffa.net Git - aerei_site/blob - css/aerei.css
Daniele
[aerei_site] / css / aerei.css
1  /* Remove margins and padding from the list, and add a black background color */
2 ul.topnav {
3     list-style-type: none;
4     margin: 0;
5     padding: 0;
6     overflow: hidden;
7     background-color: #333;
8 }
9
10 /* Float the list items side by side */
11 ul.topnav li {float: left;}
12
13 /* Style the links inside the list items */
14 ul.topnav li a {
15     display: inline-block;
16     color: #f2f2f2;
17     text-align: center;
18     padding: 14px 16px;
19     text-decoration: none;
20     transition: 0.3s;
21     font-size: 17px;
22 }
23
24 /* Change background color of links on hover */
25 ul.topnav li a:hover {background-color: #555;}
26
27 /* Hide the list item that contains the link that should open and close the topnav on small screens */
28 ul.topnav li.icon {display: none;}