Difference between revisions of "Team:Jilin China/Navbar CSS"

Line 344: Line 344:
 
border-radius: 0;
 
border-radius: 0;
 
}
 
}
 +
 +
.navbar ul li ul li ul{
 +
display:none;
 +
padding: 0;
 +
margin: 0 auto;
 +
width: 100%;
 +
border: 0px solid red;
 +
background: rgba(0,0,0,0.6);
 +
position: relative;
 +
height:auto;
 +
overflow: hidden;
 +
/*transition: all 0.3s ease;*/
 +
}
 +
.navbar ul li ul li ul li{
 +
height: 3rem;
 +
line-height: 3rem;
 +
min-height: 3rem;
 +
padding: 0 1rem;
 +
box-sizing: border-box;
 +
font-size: 14px;
 +
}
 +
.navbar ul li ul li ul li:last-of-type{
 +
border-radius: 0;
 +
}
 +
 
.logo {
 
.logo {
 
height: 3.5rem;
 
height: 3.5rem;

Revision as of 10:29, 9 October 2018