Skip to content

Instantly share code, notes, and snippets.

View mikevolmar's full-sized avatar

mikevolmar

  • North Central Massachusetts
View GitHub Profile
@fredsted
fredsted / css-mac-button.html
Last active October 9, 2020 23:06
Mac OS X-style button in CSS, live: http://mu.ms/f/tc.html
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.osxbutton {
text-decoration: none;
font-family:".LucidaGrandeUI", "Lucida Grande", "Lucida sans unicode";
color: black;
font-size: 11px;
padding: 1px 7px;