Skip to content

Instantly share code, notes, and snippets.

View Maux's full-sized avatar
🇧🇷
/* Hello Word */

Maux Webmaster Maux

🇧🇷
/* Hello Word */
View GitHub Profile
@Maux
Maux / index.html
Created December 30, 2016 02:46
Only CSS3 Dropdown Menu
<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>
@Maux
Maux / index.html
Created November 28, 2012 16:01
A CodePen by Maux Webmaster. Another Responsive Slider with CSS3 without JS - Another Responsive Slider with CSS3 without JS Inspired by 'CSScience'. Original creation by Ian Hansson. --- (https://twitter.com/teapoted) Example Page: --- (http://csscien
<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">
@Maux
Maux / index.html
Created November 12, 2012 21:51
A CodePen by Maux Webmaster. Menus Collections with CSS - Some cool menus with just CSS. Thanks to Codrops Link of reference: http://goo.gl/QodXi
<div class="content">
<div id="menu1">
<ul>
<li>
<a href="#">
<span class="title">Home</span>
<span class="exp">Welcome</span>
</a>
</li>
<li>