Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (16 loc) · 714 Bytes

avance.org

File metadata and controls

16 lines (16 loc) · 714 Bytes

Plan para mi NAVBAR

Idealmente que sea puro css Para maximizar el espacio above the fold que no robe espacio. En el footer pienso poner el menú y demás mamadas relacionadas.

El navbar que sea solo un botón con el logo y una leyenda que invite a ver más detalles abajo.

Que permanezca como sticky button

Implantar funcionalidad soft-scroll

Al presionar el botón, scrollee (preferentemente suave) abajo Puede usarse con no tan buena acpetación pero ni hablar:

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
   html { scroll-behavior: auto; }
   }

leer más