nav-btn

PHOTO EMBED

Mon Jun 27 2022 01:23:22 GMT+0000 (Coordinated Universal Time)

Saved by @mbala #css

/* styling li elements in the header with the navigation and nav-btn classes */
header .navigation li .nav-btn 
{
    padding: 10px;
    background-color: #000;
    color: #fff;
}

/* styling li elements in the header with the navigation and nav-btn classes after hover action */
header .navigation li .nav-btn:hover
{
    background-color: #ff0157;
    color: #fff;
}
content_copyCOPY