Difference between revisions of "Team:Jiangnan/css/navbar"

(Created page with "nav{ height: 45px; background: rgba(255,255,255,0.5); } .nav-wrapper{ padding-left: 20px; padding-right: 30px; } .nav-wrapper>ul>li>a{ height: 45px; width: 130px; ma...")
 
(Blanked the page)
 
Line 1: Line 1:
nav{
 
height: 45px;
 
background: rgba(255,255,255,0.5);
 
}
 
  
.nav-wrapper{
 
padding-left: 20px;
 
padding-right: 30px;
 
}
 
 
.nav-wrapper>ul>li>a{
 
height: 45px;
 
width: 130px;
 
max-width: 135px;
 
padding-top: 0px;
 
text-align: center;
 
}
 
 
.nav-wrapper>ul>li>a>img{
 
height: 40px;
 
}
 
.nav-wrapper>ul>li>ul{
 
border-radius: 10px;
 
}
 

Latest revision as of 06:30, 26 June 2018