KennyDev
banner
kennydev.bsky.social
KennyDev
@kennydev.bsky.social
🇵🇷 | Web Developer
I've just completed a front-end coding challenge from @frontendmentor.io! 🎉

You can see my solution here: www.frontendmentor.io/solutions/re...

Any suggestions on how I can improve are welcome!
Frontend Mentor | results-summary-component coding challenge solution
nadielotiene's front-end solution for the Results summary component coding challenge on Frontend Mentor
www.frontendmentor.io
August 3, 2025 at 8:18 PM
I've just completed a front-end coding challenge from @frontendmentor.io ! 🎉

You can see my solution here: www.frontendmentor.io/solutions/fa...

Any suggestions on how I can improve are welcome!
Frontend Mentor | faq-accordion coding challenge solution
nadielotiene's front-end solution for the FAQ accordion coding challenge on Frontend Mentor
www.frontendmentor.io
June 27, 2025 at 5:06 AM
I've just completed a front-end coding challenge from @frontendmentor.io! 🎉

You can see my solution here: www.frontendmentor.io/solutions/ne...

Any suggestions on how I can improve are welcome!
Frontend Mentor | news-homepage coding challenge solution
nadielotiene's front-end solution for the News homepage coding challenge on Frontend Mentor
www.frontendmentor.io
May 21, 2025 at 11:25 PM
I've just completed a front-end coding challenge from @frontendmentor.io ! 🎉

You can see my solution here: www.frontendmentor.io/solutions/te...

Any suggestions on how I can improve are welcome!
Frontend Mentor | Testimonials grid section coding challenge solution
nadielotiene's front-end solution for the Testimonials grid section coding challenge on Frontend Mentor
www.frontendmentor.io
May 3, 2025 at 10:49 PM
I've just completed a front-end coding challenge from @frontendmentor.io ! 🎉

You can see my solution here: www.frontendmentor.io/solutions/fo...

Any suggestions on how I can improve are welcome!
Frontend Mentor | Four Card Feature coding challenge solution
nadielotiene's front-end solution for the Four card feature section coding challenge on Frontend Mentor
www.frontendmentor.io
April 26, 2025 at 12:08 AM
I've just completed a front-end coding challenge from @frontendmentor! 🎉

You can see my solution here: www.frontendmentor.io/solutions/pr...

Any suggestions on how I can improve are welcome!

#html #css @frontendmentor.io
Frontend Mentor | Product Preview Card Component coding challenge solution
nadielotiene's front-end solution for the Product preview card component coding challenge on Frontend Mentor
www.frontendmentor.io
December 20, 2024 at 6:37 AM
I've just completed a front-end coding challenge from @frontendmentor! 🎉

You can see my solution here: www.frontendmentor.io/solutions/re...

Any suggestions on how I can improve are welcome!

#html #css @frontendmentor.io
Frontend Mentor | Recipe page coding challenge solution
nadielotiene's front-end solution for the Recipe page coding challenge on Frontend Mentor
www.frontendmentor.io
December 12, 2024 at 6:09 AM
Reposted by KennyDev
Deja de liarte con las Media Queries en CSS.
¡Usa la nueva sintaxis! Es mucho más sencilla.
No más min-width y max-width:
November 26, 2024 at 9:30 PM
I've just completed a front-end coding challenge from @frontendmentor! 🎉

You can see my solution here: www.frontendmentor.io/solutions/so...

Any suggestions on how I can improve are welcome!
#html #css @frontendmentor.io
Frontend Mentor | Social links profile coding challenge solution
nadielotiene's front-end solution for the Social links profile coding challenge on Frontend Mentor
www.frontendmentor.io
November 28, 2024 at 8:12 AM
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: www.frontendmentor.io/solutions/bl...
Any suggestions on how I can improve are welcome!
#html #css #frontendmentor

@frontendmentor.bsky.social
Frontend Mentor | Blog preview card coding challenge solution
nadielotiene's front-end solution for the Blog preview card coding challenge on Frontend Mentor
www.frontendmentor.io
November 24, 2024 at 5:43 AM
Reposted by KennyDev
En 2 horas publico mi curso de JavaScript desde cero!

→ Desde cero
→ +6 horas en vídeo
→ 45 lecciones
→ 130 ejercicios
→ Con todo el código disponible

100% gratis y para principiantes.
Atentos a mi canal...
November 22, 2024 at 2:30 PM
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: www.frontendmentor.io/solutions/qr...
Any suggestions on how I can improve are welcome!
Frontend Mentor | QR code component main coding challenge solution
nadielotiene's front-end solution for the QR code component coding challenge on Frontend Mentor
www.frontendmentor.io
November 22, 2024 at 5:55 AM
Reposted by KennyDev
Tired:
@media (min-width: 500px) { }

Wired:
@media (width >= 500px) { }

Even better when you need to double up like:
@media (500px <= width <= 1000px) { }

Took a minute but I got my brain to flip over to the new way. Also easier to avoid weird 1px gaps.

Good article:
cssence.com/2024/superio...
November 21, 2024 at 11:41 PM
Reposted by KennyDev
¿Conoces este TRUCAZO para Programadores Web?
Activa el modo diseñador y edita cualquier página web.
November 20, 2024 at 5:37 PM
Hello World! :-)
November 15, 2024 at 11:33 PM