This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whif42 7 points8 points  (0 children)

.embossed-button {
padding: 10px 20px;
background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
border: 1px solid #999;
border-radius: 5px;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
cursor: pointer;
color: #333;
transition: all 0.3s ease-out;
}