Here’s the code for the CSS-only buttons we created in class Monday.
Don’t forget: The stylesheet must be referred to in the HEAD of the web page containing the buttons. For example, if the stylesheet is named buttons.css then the HEAD must contain:
<link rel="stylesheet" type="text/css" href="buttons.css">