Skip to content

Instantly share code, notes, and snippets.

@beandnam
beandnam / index.html
Created December 11, 2018 01:30
Menu Hover Line Effect
<nav>
<ul class="menu">
<li><a href="#!">Home</a></li>
<li><a href="#!">About</a></li>
<li><a href="#!">Contact</a></li>
<li><a href="#!">Faq</a></li>
</ul>
</nav>
@beandnam
beandnam / index.html
Created December 11, 2018 01:30
Strikethrough hover-effect
<div class="back"></div>
<nav>
<a href="#">About</a>
<a href="#">Works</a>
<a href="#">Partners</a>
<a href="#">Price</a>
<a href="#">Contacts</a>
</nav>
<!-- Unsplash copyright -->
@beandnam
beandnam / index.html
Created December 11, 2018 01:29
Lavalamp CSS Menu
<h1>Lavalamp CSS Menu</h1>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Blog</a>
<a href="#">Portefolio</a>
<a href="#">Contact</a>
<div class="animation start-home"></div>
</nav>
@beandnam
beandnam / 3d-css-social-tiles.markdown
Created December 3, 2018 01:29
3D - CSS Social Tiles
@beandnam
beandnam / index.html
Created December 3, 2018 01:28
social dark
<div class="basr-social-share social">
<ul class="">
<li>
<a class="facebook" href="">
<i class="fa fa-facebook"></i>
<span>Facebook</span>
</a>
</li>
<li>
@beandnam
beandnam / index.html
Created October 31, 2018 02:47
login/signup form animation
<div class="form-structor">
<div class="signup">
<h2 class="form-title" id="signup"><span>or</span>Sign up</h2>
<div class="form-holder">
<input type="text" class="input" placeholder="Name" />
<input type="email" class="input" placeholder="Email" />
<input type="password" class="input" placeholder="Password" />
</div>
<button class="submit-btn">Sign up</button>
</div>
@beandnam
beandnam / index.html
Created October 31, 2018 02:46
Log In Form CSS 2017
<div class="overlay">
<!-- LOGN IN FORM by Omar Dsoky -->
<form>
<!-- con = Container for items in the form-->
<div class="con">
<!-- Start header Content -->
<header class="head-form">
<h2>Log In</h2>
<!-- A welcome message or an explanation of the login form -->
<p>login here using your username and password</p>
@beandnam
beandnam / animated-form.markdown
Created October 31, 2018 02:46
Animated Form
@beandnam
beandnam / css-only-accessible-floating-labels-advanced-version.markdown
Created October 31, 2018 02:44
CSS-Only Accessible Floating Labels Advanced Version