This file contains 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 class="wrapper"> | |
<div class="box" data-scroll-speed="2">S</div> | |
<div class="box" data-scroll-speed="3">C</div> | |
<div class="box" data-scroll-speed="6">R</div> | |
<div class="box" data-scroll-speed="5">O</div> | |
<div class="box" data-scroll-speed="9">L</div> | |
<div class="box" data-scroll-speed="4">L</div> | |
</div> | |
</div> |
This file contains 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
<form> | |
<h1>Material Design Text Input With No Extra Markup</h1> | |
<input placeholder="Username" type="text" required=""> | |
<input placeholder="Password" type="password" required=""> | |
<button>Submit</button> | |
</form> | |
<a class="follow" href="https://twitter.com/mildrenben" target="_blank"><i class="fa fa-twitter"></i>Follow Me</a> | |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
This file contains 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"> | |
<div id="login" class="signin-card"> | |
<div class="logo-image"> | |
<img src="http://www.officialpsds.com/images/thumbs/Spiderman-Logo-psd59240.png" alt="Logo" title="Logo" width="138"> | |
</div> | |
<h1 class="display1">Title</h1> | |
<p class="subhead">Description</p> | |
<form action="" method="" class="" role="form"> | |
<div id="form-login-username" class="form-group"> | |
<input id="username" class="form-control" name="username" type="text" size="18" alt="login" required /> |
This file contains 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
// Mixins | |
mixin input(type, label) | |
.input-container | |
input(type='#{type}' id='#{label}' required) | |
label(for='#{label}')=label | |
.bar | |
mixin button(text) | |
.button-container | |
button | |
span=text |
A Pen by Mohamed Attia on CodePen.
This file contains 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
<html> | |
<head> | |
<title>Cinemacloud</title> | |
<link rel="import" href="http://ccld.tv/cloud_wrapper.html"> | |
<!-- Incorporate 3D slideshow | |
http://hakim.se/experiments/css/slideshow/#/ | |
--> | |
</head> |
This file contains 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 id="container" class="container"> | |
<ul id="scene" class="scene"> | |
<li class="layer" data-depth="0.05"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73058/manHuntDown005-1-psd-01-01_cleaned.svg"></li> | |
<li class="layer" data-depth="0.10"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73058/manHuntDown005-1-psd-11_cleaned.svg"></li> | |
<li class="layer" data-depth="0.10"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73058/manHuntDown005-1-psd-10_cleaned.svg"></li> | |
<li class="layer" data-depth="0.10"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73058/manHuntDown005-1-psd-09_cleaned.svg"></li> | |
<li class="layer" data-depth="0.05"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73058/manHuntDown005-1-psd-04_cleaned.svg"></li> | |
<li class="layer" data-depth="0.05"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73058/manHuntDown005-1-psd-03_cleaned.svg"></li> | |
<li class="layer" |