by mapi | Mar 27, 2019 | Header
How to Create a Grayscale to Color Logo Hover Effect .friend-logo { filter: grayscale(100%); -webkit-filter: grayscale(100%); opacity: .6; -webkit-transition: .6s; -moz-transition: .6s; transition: .6s; } .friend-logo:hover { filter:... by mapi | Mar 27, 2019 | Header
DESIGN Let’s make some cool things! We are a digital agency that specializes in User Experience Design Click... by mapi | Mar 27, 2019 | Menu
R43: How to Highlight Active Links on Scroll and Click for One Page Divi Websites Next, open up the first section of your first content area, click the Advanced tab and in the CSS ID field, add the same unique name you used in the URL field for the custom link in your... by mapi | Mar 27, 2019 | Images
/*———-Sign Up Image Desktop View———-*/ .sign-up-image { margin-top: -75px; margin-bottom: -45px!important; } @media only screen and (max-width: 1100px) { .sign-up-image { margin-top: -45px; } } ... by mapi | Mar 27, 2019 | Mobile
Increase the width on mobile @media only screen and (max-width: 980px) { #top-header > .container, #main-header > .container, #et_search_outer > .container, #main-content > .container, div.et_pb_row, div.et_pb_row.et_pb_row_fullwidth { width: 90% !important; }...
Recent Comments