Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netmagik/eb483f00c263b7c3f847 to your computer and use it in GitHub Desktop.
Save netmagik/eb483f00c263b7c3f847 to your computer and use it in GitHub Desktop.
#responsive-menu-icon::after {
content: “Menü”;
font-style: normal;
text-transform: uppercase;
font-size: 2em;
padding-left: 10px;
position: relative;
top:-13px;
}
@errakshitjain
Copy link

errakshitjain commented Aug 23, 2017

not working, kindly let me what is pseudo in this:
The code above only adds Hamburger icon but without text Menu next to it. If you want to add text – Menu, you need to add ::after pseudo element (in your styles.css), like this:
Regards,
A New Comer at GH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment