You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
589 B
HTML

<html>
<head>
<title>Button color</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">
.button {
background: url(background.jpg) repeat-x bottom left #f9c894;
border-bottom: 2px solid #f968d8;
border-left: 4px solid #ddd;
border-right: 1px solid #f944d8;
border-top: 1px solid #9ff6d8;
color: #f09850;
font-weight: 16px;
margin: 0 0 13px;
padding: 8px 8px 8px 8px;
width: 200px;
}
</style>
</head>
<body>
<button class='button'>button</button>
</body>
</html>