Created
November 17, 2020 07:57
-
-
Save perezdans/e24b86648e218720665d8a43c1b468f7 to your computer and use it in GitHub Desktop.
Ajustar cabecera fija en anclas html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:target::before { | |
content: ""; | |
display: block; | |
height: 90px; /* aquí la altura de la cabecera fija*/ | |
margin: -90px 0 0; /* altura negativa de la cabecera fija */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment