Juanka
@icyjkkAll solutions
Recipe page using HTML and CSS
Submitted 5 months agoA problem I have is with the structure of my HTML, I don't know exactly if it is well structured.
On the other hand, I think my CSS is a bit confusing, any suggestions to improve it would be appreciated.
Another problem is that i dont know very well how to do the white box smaller. If you compared with example, mine is bigger.
Finally, I would like you to explain to me how the <ol> and <ul> lists work since in the example there is a space between the points/numbers and the text and in my solution I am not able to put that space.
Social links profile using HTML and CSS
Submitted 5 months agoSpecifically, I don't need help with anything in particular. But it would be good for me if you could give me some opinion on the structure of my HMTL and my CSS.
Blog preview card using HTML & CSS
Submitted 5 months agoHow could I align the text with the author's image?
How could I align the text with the author's image without having to resort to margin-top:-25px?
.card-author { display: flex; justify-content: flex-start; align-items: center; gap: 14px; /* Espaciado uniforme entre la imagen y el texto */ margin-top: 25px; margin-bottom: -20px; } .card-author img { width: 35px; height: 35px; } .card-author span{ font-size: 15px; /* Tamaño del texto */ font-weight: 800; /* Peso del texto */ margin-top: -25px; /* Elimina márgenes predeterminados del texto */ } ```css # & design I don't know why '&' it's cut
QR code component using HTML and CSS
Submitted 5 months agoI need help aligning the text. If you look closely, the "S" in "Scan" is not properly aligned with the "I" in "Improve." The same issue happens with "Skill" and "Mentor."