Luis
57 posts

Luis
@Luismllv89
Full stack developer and technology enthusiast 🦾💻
Guadalajara, Jalisco Katılım Şubat 2017
125 Takip Edilen14 Takipçiler

¿Necesitas enviar correos masivos en tu web o app?
¡Este servidor es gratuito y de código abierto!
✓ Envíos ilimitados sin coste
✓ Métricas de aperturas, clics y rebotes
✓ Compatible con AWS SES, Mailgun y cualquier SMTP
→ github.com/aaPanel/Billio…

Español
Luis retweetledi

The Astro Technology Company team — the creators of the Astro web framework — is joining Cloudflare. We’re doubling down on making Astro the best framework for content-driven websites. cfl.re/4b30ErQ
English
Luis retweetledi
Luis retweetledi
Luis retweetledi

@midudev Es posible subir un proyecto de next.js a cloudFare?
English
Luis retweetledi

CSS Tip! 🤙
Throwing a "spin" on this button using animated gradients 👀
button {
animation: spin infinite linear 2s;
background: conic-gradient(from var(--angle) in hsl
longer hue, var(--range)) border-box;
}
@keyframes spin { to { --angle: 360deg; }}
The trick is defining a custom property using @property (Supported in Chrome && Safari. Landing in Firefox 126 Nightly 🤞)
@property --angle {
inherits: true;
initial-value: 0deg;
syntax: '';
}
You define the animation on the button. Then use the same background on the button and one of its pseudoelements 🤙
Use layered backgrounds on the button so you can hide part of the gradient background
button {
border: calc(var(--border) * 1px) solid transparent;
background:
linear-gradient(#000, #000) padding-box,
linear-gradient(#000 40%, #0000 60%) border-box,
conic-gradient(from var(--angle) in hsl longer hue, var(--spectrum)) border-box;
}
To create the blurred light effect, size the pseudoelement to your liking and blur it. For this demo, you can use the same background but adjust the origin so it matches up 🤓
button::before {
content: "";
height: 50%;
width: 100%:
background:
conic-gradient(from var(--angle) in hsl longer hue, var(--spectrum)) 50% 100% / 200% 200% border-box;
}
That's it! Worth having a little dig into the code. Any questions, hit me up 🙏
@CodePen link below! 👇
Framer University@learnframer
I saw @juxtopposed posted this chroma button. I really liked it and did what I always do... Recreated it as a customizable @Framer component. Get it below: 👇
English
Luis retweetledi
Luis retweetledi

Aprende cómo aplicar SOLID en React.
Mejora la mantenibilidad de tus aplicaciones.
Y utiliza las mejores prácticas en tus componentes:
→ youtu.be/jKdt-BnTTR0

YouTube

Español
Luis retweetledi
Luis retweetledi

¡Aprende Programación más rápido!
Esta web te explica conceptos clave con analogías.
JavaScript, CSS, SQL, Git y más
También cuenta con tutoriales interactivos:
→ codeanalogies.com
Español
Luis retweetledi
Luis retweetledi

@Fernando_Her85 wooow! ya lo estoy empezando a usar y tiene buena pinta, al mismo tiempo esta trabajando bien en rendimiento 😃
Español

Desde hace unos 5 o 6 meses atras, desde que me decidí usar Arc como navegador web y dejar de lado Chrome, ya no puedo dejar de usarlo!
Les dejo mi link de referidos o busquen Arc en Google.
arc.net/gift/269bf667
Español
Luis retweetledi
Luis retweetledi
Luis retweetledi








