Sunday, December 27, 2015

Remove bullet and numeric list ul and li and add remove elements on hover

ul and li
list-style:none


li img {
  display: none;
}

li:hover img {
  display: inline-block;
}

No comments:

Post a Comment