Skip to content

Instantly share code, notes, and snippets.

@Prroffessorr
Last active October 2, 2018 19:23
Show Gist options
  • Save Prroffessorr/17adb09e80a5df268735efcf91035cf2 to your computer and use it in GitHub Desktop.
Save Prroffessorr/17adb09e80a5df268735efcf91035cf2 to your computer and use it in GitHub Desktop.
Заготовка менюшки с разноцветными иконками №1
/*div/table/tr/td/a*/
div{
background-color:darkorange;
margin-top: 10px;
padding: 5px;
display: inline-block ;
border-width: 30px;
}
li{
display: inline-block ;
padding: 10px;
}
a
{
padding: 10px;
display:inline-block;
color: white;
text-decoration-line: none;
}
#menu a:hover {
background-color: red;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment