mzambranaa
10/19/2017 - 8:02 AM

Offset anchor por CSS

Offset anchor por CSS

target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}