Difference between revisions of "Template:Team:Harvard BioDesign/Templates:header"
Line 4: | Line 4: | ||
/*MENU STYLING */ | /*MENU STYLING */ | ||
+ | |||
+ | @import url('http://getbootstrap.com/dist/css/bootstrap.css'); | ||
+ | .dropdown-menu > li > a { | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | .dropdown-menu { | ||
+ | min-width: 500px; | ||
+ | } | ||
/*Styling for the links in the menu */ | /*Styling for the links in the menu */ | ||
Line 75: | Line 84: | ||
<p>You can make the image 980px by 200px</p> | <p>You can make the image 980px by 200px</p> | ||
<p> Remember to call the file: "<i>Team_Example_banner.jpg</i>" </p> | <p> Remember to call the file: "<i>Team_Example_banner.jpg</i>" </p> | ||
+ | </div> | ||
+ | |||
+ | <div class="btn-group"> | ||
+ | <button type="button" class="btn btn-default dropdown-toggle" | ||
+ | data-toggle="dropdown"> | ||
+ | </button> | ||
+ | <ul class="dropdown-menu" role="menu"> | ||
+ | <li> | ||
+ | <a href="http://google.com">Google</a> | ||
+ | <a href="http://facebook.com">Facebook</a> | ||
+ | </li> | ||
+ | </ul> | ||
</div> | </div> | ||
Revision as of 15:48, 23 June 2015