Hola, hallamos la respuesta a lo que buscas, continúa leyendo y la hallarás un poco más abajo.
Ejemplo: cómo borrar flotadores
This is the code
.float-wrapper::after
content: "";
clear: both;
display: block;
---------------------------------------------------------------
Explanation:
.float-wrapper -> is some parent element that wraps the floating items
example:
<divclass='float-wrapper'><divclass='floating-item'>div><divclass='floating-item'>div>
....
div>
::after adds an element after the .float-wrapper, that
has no content and clears floats from the both sides, making sure,
other sections are not affected by floats
Si guardas algún recelo o disposición de progresar nuestro tutorial eres capaz de dejar un exégesis y con mucho gusto lo leeremos.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)