Skip to content

Instantly share code, notes, and snippets.

View anabellaspinelli's full-sized avatar

Anabella anabellaspinelli

  • Barcelona, Spain
View GitHub Profile
/*NAV BAR*/
.nav-container ul.menu li.button a {
background-color: #222222;
color: #ffffff;
border: none !important;
}
.nav-container ul.menu li.button a:hover {
background-color: #000000;
}
Juan de los Palotes