Have some trouble using 1440px resolution with my browser responsive view. If I use it with 1440px, the circles background are well placed. But with my screen resolution I just have one circle... Hope result will show it as 1440px.
-_RIkka
@devsimocastlesAll comments
- @GrischKSubmitted over 2 years ago
- @codewithxaviSubmitted over 2 years ago
Hola a todos, gracias por opinar y ver mi solución, os dejo un problema que me sucede. La imagen de fondo en desktop no se me acaba de ver bien cuando hago un zoom out, no llega a ocupar el 100% y no sé cómo podría arreglarlo, estaría agradecido si me pudierais ayudar con eso, muchas gracias ^^
@devsimocastlesPosted over 2 years agoHola, para solucionar eso que dices, en la propiedad background-size, debes aplicar dos valores: el ancho y el alto
yo para este desafío usé un background-size: 100% 30vh; y quedó bien, puedes verlo en mi solución
Marked as helpful1 - @fackfoneSubmitted over 2 years ago
I would like feedback about my work because I really a beginner in front-end space! It would really be helpful to develop my knowledge.
- @KaupaunhaSubmitted over 2 years ago
- @alexisborronSubmitted over 2 years ago
For a simple challenge like this, is it okay that I'm using type selectors for styling instead of classes?
@devsimocastlesPosted over 2 years agofor this challenge it's ok, but in a complete web page can be a problem
nice solution tbh
Marked as helpful1 - @devsimocastlesSubmitted over 2 years ago
It was a bit hard for me the inside components alignment, what do you think about?