Horje
horizontal scroll menu fade edges Code Example
horizontal scroll menu fade edges
.navbar
    float: left
    height: 40px
    min-width: 100%
    display: flex
    flex-wrap: wrap

    .navbar-item
        padding: 13px 0px
        font-size: 12px
        line-height: 14px
        text-transform: uppercase
        display: inline-block
        float: left
        margin: 0px 10px

        &.active
            padding: 13px 0px 11px 0px
            border-bottom: 2px solid $light-blue

        &:hover
            cursor: pointer

        a 
            color: $dark-grey
            font-weight: 600
            text-decoration: none




Css

Related
how to keep style after click Code Example how to keep style after click Code Example
move element in front of another css Code Example move element in front of another css Code Example
html css limit page to a4 Code Example html css limit page to a4 Code Example
optional changing n Code Example optional changing n Code Example
twig data uri Code Example twig data uri Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12