What i'm most proud of it's the fact that i now can create simple pages more fast than i did before.
What challenges did you encounter, and how did you overcome them?The challenges it's more about use JavaScript together with HTML and CSS
What i'm most proud of it's the fact that i now can create simple pages more fast than i did before.
What challenges did you encounter, and how did you overcome them?The challenges it's more about use JavaScript together with HTML and CSS
Great job!
Your solution looks solid and well-written. I have no feedback to give other than fixing minor things related to designs (Text not filling out the div, inconsistent height )
Hola! Fue un desafío intentar hacerlo con flex para la vista de escritorio por lo cual opte por utilizar position, espero seguir optimizándolo de todos modos
Great job on finishing your project!
I have a recommendation that could be helpful for you
<body class="body-sombra">
<main class="contenedor-principal">
<div class="contenedor-secundario">
<header class="encabezado">```
Your code is very well-structured and clean with sufficient documentation. I will be taking notes from your code for my next project. Great Job!
I would change the body's height to 100vh instead of 150vh, it doesn't look centered because you need to scroll down.
Also, I would add breakpoints for tablet and mobile using "@media screen and (max-width: )"
Overall, your code is very well-written and structured. Good job!
Overall, your work is well-structured and readable. The only nitpick I have is the styling, other than that, great job!
Being able to center a div inside a div using the power of margin auto.
Good job on finishing your project!
I think experimenting with different layouts such as Flexbox or Grid and redoing the project would be very beneficial for you to improve your craft
Keep it going!