-
I have the domain webbaseddocumentmanagementsoftware.com for sale for $275.
-
Dearest one,
Grace and peace be multiplied unto you.
- > I know my mail might be a surprise to you but never mind 'cause I'm contacting you in good faith.
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>CodePen · A Pen by max</title> | |
<!-- | |
Copyright (c) 2012 Maximilian Schoening, http://codepen.io/max | |
Permission is hereby granted, free of charge, to any person obtaining |
$.container > .large-button { | |
width: 100%; | |
} |
I have the domain webbaseddocumentmanagementsoftware.com for sale for $275.
Dearest one,
Grace and peace be multiplied unto you.
.css { | |
background: url("/images/base/buttons/right-select.png") right 0 no-repeat, linear-gradient(top, #A8E7FE, #53CBF5) | |
} | |
.compass { | |
@include background-image(url("/images/base/buttons/right-select.png"), linear-gradient(#A8E7FE, #53CBF5)); | |
background-position: right 0, left top; | |
background-repeat: no-repeat; | |
} |
// Config | |
// ============================================================================ | |
// Colors | |
$panel-background-color: #000; | |
// Misc | |
$default-border-radius: 3px; |
background: url("/images/input-focus-bg.png") bottom repeat-x, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #070812), color-stop(100%, #253e5c)); | |
background: url("/images/input-focus-bg.png") bottom repeat-x, -webkit-linear-gradient(top, #070812 50%, #253e5c); | |
background: url("/images/input-focus-bg.png") bottom repeat-x, -moz-linear-gradient(top, #070812 50%, #253e5c); | |
background: url("/images/input-focus-bg.png") bottom repeat-x, -o-linear-gradient(top, #070812 50%, #253e5c); | |
background: url("/images/input-focus-bg.png") bottom repeat-x, -ms-linear-gradient(top, #070812 50%, #253e5c); | |
background: url("/images/input-focus-bg.png") bottom repeat-x, linear-gradient(top, #070812 50%, #253e5c); |
<!doctype html> | |
<title>Progress Bar</title> | |
<link rel=stylesheet href=s> | |
<progress></progress> |
fontName = "Inconsolata" | |
fontSize = 14 | |
tabSize = 2 | |
softTabs = true | |
wrapColumn = 80 | |
[ *.{txt,md,mdown,markdown} ] | |
spellChecking = true | |
tabSize = 4 |