From c9d448ac92090a60a9aab7e6fbc77c43a32c64d6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 27 Mar 2014 01:06:18 -0400 Subject: Style bookmarklet link --- index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index fb21345..3059c90 100644 --- a/index.html +++ b/index.html @@ -55,10 +55,18 @@ a:hover { color: #135e77; } + .center { text-align: center; } + + .wrapper { width: 600px; margin: 0 auto; } header { width: 940px; margin: 0 auto 0.5em; font: 4.5em/1.05 'Varela Round'; text-align: center; } + p.bookmarklet { margin: 3em 0; } + + a.bookmarklet { padding: 22px 38px; background-color: #bd1e1e; text-decoration: none; color: #f5f5f5; -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5); -webkit-border-radius: 40px; border-radius: 40px; } + a.bookmarklet:hover { background-color: #d12121; } + .demo img { width: 100%; } footer { margin-top: 30px; padding: 15px; border-top: 1px solid #c4c2c2; text-align: center; } @@ -80,7 +88,9 @@ Drag this link to your browser bookmarks bar:

- GitHub Full Commit +

+ GitHub Full Commit +

Demo

-- cgit v1.2.3