background:-webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0,0,0,0.2)), color-stop(1, rgba(255,255,255,0.2)) ); background:-moz-linear-gradient( center bottom, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0.2) 100% ); padding:20px; text-decoration:none; text-transform:capitalize; text-align:center; text-shadow:-1px -1px 1px rgba(0,0,0,0.25); font-weight:bold; color:#ffffff; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; box-shadow:0 1px 2px rgba(0,0,0,0.5); -moz-box-shadow:0 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
almost 2 years ago
What does it look like in IE :-P
Don't be mean. :)
keyboard shortcuts: ← previous shot → next shot L or F like
3 Responses
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgba(0,0,0,0.2)),
color-stop(1, rgba(255,255,255,0.2))
);
background:-moz-linear-gradient(
center bottom,
rgba(0,0,0,0.2) 0%,
rgba(255,255,255,0.2) 100%
);
padding:20px;
text-decoration:none;
text-transform:capitalize;
text-align:center;
text-shadow:-1px -1px 1px rgba(0,0,0,0.25);
font-weight:bold;
color:#ffffff;
border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
box-shadow:0 1px 2px rgba(0,0,0,0.5);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
almost 2 years ago
Pro
What Creative
What does it look like in IE :-P
almost 2 years ago
Don't be mean. :)
almost 2 years ago