Skip to content

Instantly share code, notes, and snippets.

@muhammadawaisshaikh
Created June 12, 2018 08:18
Show Gist options
  • Save muhammadawaisshaikh/a86e0148ecef775b0fa0f1dac0f73b9e to your computer and use it in GitHub Desktop.
Save muhammadawaisshaikh/a86e0148ecef775b0fa0f1dac0f73b9e to your computer and use it in GitHub Desktop.
.logo img
{
width: 100%;
}
.navigation
{
background-color: #f8f8f8;
box-shadow: 1px 1px 10px #e4e4e4;
}
.navigation .navigation-list ul
{
display: flex;
list-style: none;
margin-bottom: 0;
padding: 35px 0 0 0;
float: right;
}
.navigation .navigation-list ul li
{
padding: 0 30px 0 30px;
}
.navigation .navigation-list ul li a
{
text-decoration: none;
color: #7eba23;
font-size: 16px;
padding: 0 0 15px 0;
transition: 0.2s;
}
.navigation .navigation-list ul li a.active
{
border-bottom: 4px solid;
}
.navigation .navigation-list ul li a:hover
{
border-bottom: 4px solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment