Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Coyier <chriscoyier@gmail.com>2011-06-30 05:38:44 +0400
committerChris Coyier <chriscoyier@gmail.com>2011-06-30 05:38:44 +0400
commit3c9c186796f9c72bb6e50ea8caebf2ea35dc62c4 (patch)
tree635afb33f48cc39bc7af4d14b18cfe1847414563 /css/style.css
first commit
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..c007153
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,14 @@
+/*
+ CSS-Tricks Example
+ by Chris Coyier
+ http://css-tricks.com
+*/
+
+* { margin: 0; padding: 0; }
+body { font: 20px/1.6 Georgia, serif; }
+
+#page-wrap { width: 570px; margin: 25px auto; }
+h1 { font: bold 50px Helvetica, sans-serif; letter-spacing: -2px; margin: 0 0 15px 0; }
+p { margin: 0 0 15px 0; }
+.bookmarklet { text-decoration: none; background: black; color: white; padding: 8px 20px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
+h2 { font: bold 32px Helvetica, sans-serif; letter-spacing: -2px; margin: 40px 0 10px 0; } \ No newline at end of file