Skip to content

Instantly share code, notes, and snippets.

@phongjalvn
phongjalvn / index.html
Created July 6, 2012 18:02
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Simple Gauge &middot; CodePen</title>
<style>
@phongjalvn
phongjalvn / css.css
Created July 6, 2012 18:02
login form - light
* {
margin: 0;
padding: 0;
font-family: arial;
}
html { height: 100% }
body {
background: #6F7B8B; /* old browsers */
@phongjalvn
phongjalvn / css.css
Created July 6, 2012 17:58
login form
body {
background: -webkit-radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.15) 30%, rgba(255,255,255,.3) 32%, rgba(255,255,255,0) 33%) 0 0, -webkit-radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 0 0, -webkit-radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 17%, rgba(255,255,255,.43) 19%, rgba(255,255,255,0) 20%) 0 110px, -webkit-radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) -130px -170px, -webkit-radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) 130px 370px, -webkit-radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.2) 13%, rgba(255,255,255,0) 14%) 0 0, -webkit-linear-gradient(45deg, #343702 0%, #184500 20%, #187546 30%, #006782 40%, #0b1284 50%, #760ea1 60%, #83096e 70%, #840b2a 80%, #b13e12 90%, #e27412 100%);
background-color: #840b2a;
backgr
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Flip Clock &middot; CodePen</title>
<style>
@phongjalvn
phongjalvn / index.html
Created July 6, 2012 17:54
css3 buttons
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pressable CSS Buttons &middot; CodePen</title>
<link rel="stylesheet" href="http://codepen.io/stylesheets/css/normalize.css">
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by complexcompulsions</title>
<style>
[class*="icon-"] {
font-family: 'fontello';
font-style: normal;
font-size: 3em;
speak: none;
}
.icon-home:after { content: "\2602"; }
.icon-cog:after { content: "\2699"; }
.icon-cw:after { content: "\27f3"; }
.icon-location:after { content: "\2629"; }
@phongjalvn
phongjalvn / index.html
Created July 6, 2012 17:46
3d with sass
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>3D Sass Text &middot; CodePen</title>
<style>
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 1em;
list-style: none;
}
div.clear {
@phongjalvn
phongjalvn / index.html
Created July 6, 2012 17:41
css3 corner
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tucked Corners &middot; CodePen</title>
<style>