Skip to content

Instantly share code, notes, and snippets.

View richardadalton's full-sized avatar

Richard Dalton richardadalton

View GitHub Profile
<button id="calculateTotal">How Much?</button>
#calculateTotal{
border: 1px solid #809956;
color: #fff;
background: #809956;
padding: 10px 20px;
border-radius: 3px;
}
<!DOCTYPE html>
<head>
<title>Gastra Super Menu</title>
<style>
p {
font-family: "Lucinda Grande", "Lucinda Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.veg:before {
content: url(img/veggie.png) " "; /*whitespace added to distance icon from text*/
}