Skip to content

Instantly share code, notes, and snippets.

@Prroffessorr
Last active October 2, 2018 19:23
Show Gist options
  • Save Prroffessorr/f9f3d947edb4bebb886c7b8dc76e3b72 to your computer and use it in GitHub Desktop.
Save Prroffessorr/f9f3d947edb4bebb886c7b8dc76e3b72 to your computer and use it in GitHub Desktop.
Заготовка менюшки №2
/*div/table/li/a*/
a{
color: white;
text-decoration-line: none;
display: block;
}
#menu a:hover {
font-weight: bold;
color: black;
background-color: white;
display: block;
}
#menu td{
background-color: dimgray;
border-color: blue;
border-style: solid;
width: 140px;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment