Skip to content

Instantly share code, notes, and snippets.

@khairulhasanmd
Created September 25, 2016 04:37
Show Gist options
  • Save khairulhasanmd/52635ee5605f20e5b3e086c19dc4f3e2 to your computer and use it in GitHub Desktop.
Save khairulhasanmd/52635ee5605f20e5b3e086c19dc4f3e2 to your computer and use it in GitHub Desktop.
taken from mdn
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.biscuit {
display: inline-block;
min-width: 20px;
vertical-align: baseline;
margin-left: 10px;
border-radius: 2px;
border-left: 4px solid;
padding: .45em .35em .3em;
font-family: Helvetica,Arial,sans-serif;
font-size: 10px;
font-weight: 400;
letter-spacing: 1px;
line-height: normal;
background: #fff4cc;
border-color: #ffe070;
}
</style>
<title></title>
</head>
<body>
<span class="biscuit" title="prefix"><a href="/en-US/docs/Web/Guide/Prefixes" title="The name of this feature is prefixed with '-moz' as this browser considers it experimental">-moz</a></span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment