KennyDev's Avatar

KennyDev

@kennydev

πŸ‡΅πŸ‡· | Web Developer

40
Followers
93
Following
20
Posts
15.11.2024
Joined
Posts Following

Latest posts by KennyDev @kennydev

Preview
Frontend Mentor | results-summary-component coding challenge solution nadielotiene's front-end solution for the Results summary component coding challenge on Frontend Mentor

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!

03.08.2025 20:18 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Frontend Mentor | faq-accordion coding challenge solution nadielotiene's front-end solution for the FAQ accordion coding challenge on Frontend Mentor

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!

27.06.2025 05:06 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Frontend Mentor | news-homepage coding challenge solution nadielotiene's front-end solution for the News homepage coding challenge on Frontend Mentor

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!

21.05.2025 23:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Frontend Mentor | Testimonials grid section coding challenge solution nadielotiene's front-end solution for the Testimonials grid section coding challenge on Frontend Mentor

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!

03.05.2025 22:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Frontend Mentor | Four Card Feature coding challenge solution nadielotiene's front-end solution for the Four card feature section coding challenge on Frontend Mentor

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!

26.04.2025 00:08 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
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

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

20.12.2024 06:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Frontend Mentor | Recipe page coding challenge solution nadielotiene's front-end solution for the Recipe page coding challenge on Frontend Mentor

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

12.12.2024 06:09 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

πŸ“Œ

07.12.2024 09:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Media Query Sintaxis de Rango.

Aparece el logo de CSS en grande y al lado el siguiente cΓ³digo:

/* πŸ†• Nueva forma usando sintaxis de rango */
@media (width >= 300px) {}
@media (width < 1000px) {}
@media (640px <= width < 768px) {}

/* πŸ‘΄ Antigua forma */
@media (min-width: 300px) {}
@media (max-width: 1000px) {}
@media (min-width: 640px) and (max-width: 768px) {}

Media Query Sintaxis de Rango. Aparece el logo de CSS en grande y al lado el siguiente cΓ³digo: /* πŸ†• Nueva forma usando sintaxis de rango */ @media (width >= 300px) {} @media (width < 1000px) {} @media (640px <= width < 768px) {} /* πŸ‘΄ Antigua forma */ @media (min-width: 300px) {} @media (max-width: 1000px) {} @media (min-width: 640px) and (max-width: 768px) {}

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:

26.11.2024 21:30 πŸ‘ 37 πŸ” 6 πŸ’¬ 0 πŸ“Œ 1
Preview
Frontend Mentor | Social links profile coding challenge solution nadielotiene's front-end solution for the Social links profile coding challenge on Frontend Mentor

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

28.11.2024 08:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Frontend Mentor | Blog preview card coding challenge solution nadielotiene's front-end solution for the Blog preview card coding challenge on Frontend Mentor

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

24.11.2024 05:43 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

#131313

22.11.2024 17:22 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

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...

22.11.2024 14:30 πŸ‘ 26 πŸ” 9 πŸ’¬ 5 πŸ“Œ 0
Preview
Frontend Mentor | QR code component main coding challenge solution nadielotiene's front-end solution for the QR code component coding challenge on Frontend Mentor

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!

22.11.2024 05:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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...

21.11.2024 23:41 πŸ‘ 221 πŸ” 26 πŸ’¬ 13 πŸ“Œ 3

πŸ“Œ

22.11.2024 01:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I've been working on my portfolio.

21.11.2024 05:52 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

ΒΏConoces este TRUCAZO para Programadores Web?
Activa el modo diseΓ±ador y edita cualquier pΓ‘gina web.

20.11.2024 17:33 πŸ‘ 43 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0

πŸ“Œ

21.11.2024 05:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ“Œ

21.11.2024 05:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ“Œ

21.11.2024 05:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

SegΓΊn leΓ­ en reddit, los dueΓ±os dejaron de trabajar en el proyecto por que no tenΓ­an los subscriptores suficientes para mantener la pagina.

21.11.2024 05:32 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Β‘Wepa!

18.11.2024 23:54 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hello World! :-)

15.11.2024 23:32 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0