Mi Proyecto del curso: Introducción al Desarrollo Web Responsive con HTML y CSS
by alucasfer @alucasfer
- 158
- 0
- 1
Adjunto enlace con el proyecto final. Aunque tarda un poco en cargar creo que se puede ver bien (he utilizado DriveToWeb).
https://etlbhsfymfdrx5nuo1mq0q-on.drv.tw/ejercicioshtml5/practica08_proyecto/
He intentado aplicar lo desarrollado durante el curso. Para "romper los floats" he utilizado el "overflow:hidden" en el contenedor y otra técnica que he visto por otro sitio: añadir un div vacío con un estilo "float:none y clear:bott " debajo de los div con float. No sé si está bien utilizar este sistema o mejor el que nos propusiste (o es indiferente).
Otra duda que tengo es si es conveniente utilizar un enlace a un "css reset" independiente como he hecho o mejor incluir el código del reset dentro de la página de estilo directamente.
Un curso muy intersante.
Muchas gracias.
1 comment
htmlboy
Teacher PlusHi! Great job! Congratulations and thank you very much for taking the course!
I answer the questions you tell me:
- Both ways of cleaning floats work, although many web developers find it a bit strange to use empty divs to clean these floats and we try to avoid it.
- Having the reset in a separate file is not much of a problem, and it will make the code much easier to read and maintain.
I leave you a couple of links to other web courses in case you want to continue deepening:
- One on web development techniques with HTML5 and CSS3 (this is not directed by me, but I have helped to organize it): https://www.domestika.org/es/courses/99-tecnicas-de-desarrollo-web-con-html5-y-css3/martuishere
- And a course on SVG graphics: https://www.domestika.org/es/courses/169-graficos-vectoriales-svg-ilustrar-y-animar-con-codigo/htmlboy
Regards, and thank you very much!
See original
Hide original
Log in or join for Free to comment