Difference between revisions of "Team:Imperial College/Templates/NavBar"

Line 89: Line 89:
 
}
 
}
  
 +
.what{
 +
    background:none;
 +
    margin:7% 2% 0 2%;
 +
}
 +
.why{
 +
    background:none;
 +
    margin:0 2% 0 2%;
 +
}
 +
p2{
 +
    font-size: 25px;
 +
    line-height: 40px;
 +
    background: none;
 +
}
 +
p3{
 +
    font-size: 25px;
 +
    margin:0 2% 0 2%;
 +
}
 +
 +
.collapsible {
 +
    background-color:#F8E9A1;
 +
    color: #24305E;
 +
    cursor: pointer;
 +
    padding: 18px;
 +
    width: 100%;
 +
    border: none;
 +
    text-align: left;
 +
    outline: none;
 +
    font-size: 27px;
 +
    transition: 0.4s;
 +
    border-radius: 20px;
 +
}
 +
 +
.active, .collapsible:hover {
 +
    background-color: #A8D0E6;
 +
}
 +
 +
.panel{
 +
    padding: 0 18px;
 +
    display: none;
 +
    overflow: hidden;
 +
    background-color: #f1f1f1;
 +
    border-radius: 20px;
 +
   
 +
}
 
/********************************* NAVBAR  ********************************/
 
/********************************* NAVBAR  ********************************/
  

Revision as of 22:38, 27 September 2018