This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<h1 class="title">Dropdown Menu</h1> | |
<ul> | |
<li class="dropdown"> | |
<input type="checkbox" /> | |
<a href="#" data-toggle="dropdown">First Menu</a> | |
<ul class="dropdown-menu"> | |
<li><a href="#">Home</a></li> | |
<li><a href="#">About Us</a></li> | |
<li><a href="#">Services</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<h1>Another Responsive Slider with CSS3 without JS</h1> | |
<input type="radio" id="slide1" name="slider" checked> | |
<input type="radio" id="slide2" name="slider"> | |
<input type="radio" id="slide3" name="slider"> | |
<input type="radio" id="slide4" name="slider"> | |
<input type="radio" id="slide5" name="slider"> | |
<div class="slides"> | |
<div class="overflow"> | |
<div class="inner"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<div id="menu1"> | |
<ul> | |
<li> | |
<a href="#"> | |
<span class="title">Home</span> | |
<span class="exp">Welcome</span> | |
</a> | |
</li> | |
<li> |
NewerOlder