-
-
Save haraldmartin/1e1596dd8d7fbb4c686c to your computer and use it in GitHub Desktop.
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> | |
<html> | |
<head> | |
<title>Trigram for heaven icon</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<style type="text/css"> | |
li { | |
list-style-type: none; | |
} | |
#menu{ | |
position: relative; | |
} | |
#menu a{ | |
padding-left: 1.25em; /* 20px/16px */ | |
} | |
#menu a:before { | |
content: ""; | |
position: absolute; | |
top: 30%; | |
left:0px; | |
width:.75em; /* 12px/16px */ | |
height:.125em; /* 2px/16px */ | |
border-top: .375em double #000; /* 6px/16px */ | |
border-bottom: .125em solid #000; /* 2px / 16px */ | |
} | |
</style> | |
</head> | |
<body> | |
<li id="menu"><a href="#">Menu</a></li> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment