Line 15: | Line 15: | ||
} | } | ||
− | |||
li a, .dropbtn { | li a, .dropbtn { | ||
display: inline-block; | display: inline-block; | ||
Line 59: | Line 58: | ||
<body> | <body> | ||
+ | /*looks like some of the list elements do not have closing tags*/ | ||
+ | /*same for divs*/ | ||
<ul class="Carroll"> | <ul class="Carroll"> | ||
<li><a href="https://2017.igem.org/Team:US_AFRL_CarrollHS">Home</a></li> | <li><a href="https://2017.igem.org/Team:US_AFRL_CarrollHS">Home</a></li> | ||
Line 68: | Line 69: | ||
<a href= "https://2017.igem.org/Team:US_AFRL_CarrollHS/Collaborations">Collaborations</a> | <a href= "https://2017.igem.org/Team:US_AFRL_CarrollHS/Collaborations">Collaborations</a> | ||
− | + | ||
<a href="javascript:void(0)" class="dropbtn">Project</a> | <a href="javascript:void(0)" class="dropbtn">Project</a> | ||
<div class="navbar-content"> | <div class="navbar-content"> | ||
Line 81: | Line 82: | ||
<a href="https://2017.igem.org/Team:US_AFRL_CarrollHS/Attributions">Atributions</a> | <a href="https://2017.igem.org/Team:US_AFRL_CarrollHS/Attributions">Atributions</a> | ||
− | + | ||
<a href="javascript:void(0)" class="dropbtn">Parts</a> | <a href="javascript:void(0)" class="dropbtn">Parts</a> | ||
<div class="navbar-content"> | <div class="navbar-content"> | ||
Line 90: | Line 91: | ||
− | + | ||
<a href="javascript:void(0)" class="dropbtn">Safety</a> | <a href="javascript:void(0)" class="dropbtn">Safety</a> | ||
<div class="navbar-content"> | <div class="navbar-content"> | ||
<a href="https://2017.igem.org/Team:US_AFRL_CarrollHS">Safety Steps</a> | <a href="https://2017.igem.org/Team:US_AFRL_CarrollHS">Safety Steps</a> | ||
− | + | ||
<a href="javascript:void(0)" class="dropbtn">Human Practices</a> | <a href="javascript:void(0)" class="dropbtn">Human Practices</a> | ||
− | + | ||
<a href="https://2017.igem.org/Team:US_AFRL_CarrollHS/HP/Silver">Silver HP</a> | <a href="https://2017.igem.org/Team:US_AFRL_CarrollHS/HP/Silver">Silver HP</a> | ||
<a href="https://2017.igem.org/Team:US_AFRL_CarrollHS/HP/Gold_Integrated">Integrated and Gold</a> | <a href="https://2017.igem.org/Team:US_AFRL_CarrollHS/HP/Gold_Integrated">Integrated and Gold</a> |
Revision as of 23:45, 2 July 2017
/*looks like some of the list elements do not have closing tags*/ /*same for divs*/