This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button id="calculateTotal">How Much?</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#calculateTotal{ | |
border: 1px solid #809956; | |
color: #fff; | |
background: #809956; | |
padding: 10px 20px; | |
border-radius: 3px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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*/ | |
} |
OlderNewer