YouTube video by Alvaro Montoro
Drawing Yoda with CSS
Just shared a new video drawing with CSS. This time is Yoda (or Grogu?) in a kawaii-ish style.
youtu.be/r_FH65HpYgE?...
He looked a bit sad with the mouth like that so I flipped the mouth and make it smile :)
Live demo and source code on @codepen.io: codepen.io/alvaromontor...
#css #cssArt #html
06.07.2025 00:02 β π 21 π 4 π¬ 1 π 0
YouTube video by Alvaro Montoro
Creating a cartoon with CSS: Venn's Summer (with commentary)
The @comicss.art cartoon for next Monday is ready (Patreon members got early access). This time, I recorded the process and shared it on my YouTube channel (and I added comments)... So if you see this post, you also get early access.
youtu.be/qhmZqHgpnmU
#css #cartoon #video #liveCoding
04.07.2025 19:09 β π 10 π 4 π¬ 1 π 0
This 3D icons library is sooooo good! π₯
This library has 4,000+ AI-generated 3D icons, perfect for your web, frontend, or design projects.
π: thiings.co
Hope this helps β
οΈ
Follow @rammcodes.bsky.social for more π
#html #css #javascript #reactjs #100daysofcode
05.07.2025 15:34 β π 5 π 2 π¬ 2 π 0
Screenshot of several color swatches in the Theme Machine
Need some colors for your next web project? Iβve got you covered. If you havenβt seen the Theme Machine, check it out! π¨ #css #webdev
tools.keithjgrant.com/theme-machine/
24.06.2025 15:57 β π 7 π 3 π¬ 0 π 0
A red, yellow, and black Superman logo on a blue background.
Okay, #CSS corner-shape is pretty super. No SVG, no shape() clip paths, or gradients, just some basic border-radius and you can make Superman's logo.
codepen.io/jbasoo/pen/r...
(Inspired by @amitsheen.bsky.social's @frontendmasters.com article)
24.06.2025 16:32 β π 3 π 1 π¬ 1 π 0
Having figure match width of contained image
Earlier this week, I explored a solution to center an image and caption by making the figure take on the width of the image even when the caption was longer than the image. I wanted the caption toβ¦
Having figure match width of contained image: "I need to center an image and caption by making the figure take on the width of the image even when the caption is longer than the image and the caption should wrap if needed. I ask several #CSS wizards to weigh in." jeffbridgforth.com/having-figur...
24.06.2025 17:03 β π 2 π 1 π¬ 0 π 0
Didn't get to do anything for this week's @codepen.io challenge yet, but here's an older demo: pure #CSS sphere of spheres codepen.io/thebabydino/...
#CodePenChallenge
Uses the spherical distribution tactic described π then ensure no two spheres intersect. Also: pure CSS #3D shading!
17.06.2025 15:24 β π 8 π 3 π¬ 0 π 0
Animating zooming using CSS: transform order is important⦠sometimes
How to get the right transform animation.
CSS uses a complex algorithm to decide how to animate transforms. If you get it wrong, as many folks do, you end up with an unnatural animation.
Here's how it works, and how to avoid the pitfalls.
jakearchibald.com/2025/animati...
17.06.2025 11:20 β π 229 π 50 π¬ 13 π 2
Front End Study Hall #030
Tuesday at 1pm Eastern: Front End Study Hall 030: an #IndieWeb jawn where whoever joins the hall study and work with #HTML and #CSS to unwrap troubles and elucidate web pages. Come be a part of it. Tell a friend. Click around for prior notes.
events.indieweb.org/2025/06/fron...
15.06.2025 20:23 β π 1 π 2 π¬ 0 π 0
Oh hey, everyone! My name is John Henry MΓΌller. I design things.
I just launched my fancy new website! π
johnhenrymuller.com
I hope you like it!
#webdesign #ux #ui #css #nojs #fancynewwebsite
29.04.2025 11:11 β π 29 π 3 π¬ 4 π 0
The unknown behavior of flex-wrap
flex-wrap doesn't only control the wrapping of items but also affects the alignment
The unknown behavior of #CSS flex-wrap: "It transforms your flex container from a single-line to a multi-line container even if at the end you have only one flex line. This means we can use align-content to align the content." css-tip.com/flex-wrap/
29.04.2025 17:05 β π 3 π 1 π¬ 0 π 0
YouTube video by Optimistic Web
Easy CSS Tricks for Stunning Visuals - CSS Mask-Composite
CSS mask-composite is a simple trick for layering effects and creating awesome designs. It's definitely worth checking out! #css #cssmask #optimisticweb youtu.be/lbgZ1VOnskQ
29.04.2025 18:26 β π 5 π 1 π¬ 0 π 0
YouTube video by Schalk Neethling
Composing A CSS Photo Grid - Two Ways - Frontend Engineering Explained #webdevelopment
Composing A #CSS Photo Grid - Two Ways - Frontend Engineering Explained #webdevelopment
www.youtube.com/watch?v=zaxe...
29.04.2025 20:53 β π 2 π 1 π¬ 0 π 0
You don't necessarily need to say "image of" in your alt text for users to know it's an image. Screen readers will announce that it's an image. But it can help readers to specify if it's a hand-drawn image, Polaroid, infographic, screenshot, chart, map, diagram, or so on.
27.04.2025 03:08 β π 237 π 89 π¬ 3 π 4
My beautifully old copy of Star Wars: The Essential Guide to Vehicles and Vessels
Yeah i read scripture
27.04.2025 23:44 β π 3187 π 226 π¬ 129 π 40
YouTube video by Schalk Neethling
Popover and CSS Anchor Positioning Today - Std \w Polyfill - Frontend Engineering Explained #webdev
Popover and CSS Anchor Positioning Today - Std \w Polyfill - Frontend Engineering Explained #css - featuring the amazing CSS anchor positioning polyfill by @oddbird.dev and @jamessw.com
www.youtube.com/watch?v=Mi_g...
27.04.2025 20:35 β π 9 π 5 π¬ 1 π 1
Cascading Layouts
A workshop on resilient CSS layouts
Excited about next week's CSS Layouts Workshop with everyone!
Via email someone asked: Does this workshop about building a website from scratch?
The answer is no. We'll focus on CSS skills like grid & container queries that can be applied in any context! #css
www.oddbird.net/workshops/ca...
22.04.2025 22:14 β π 16 π 4 π¬ 0 π 0
CSS Hover Effects: 40 Engaging Animations To Try
Discover 40+ CSS hover effects, from holographic cards to liquid buttons, all complete with live CodePen demos and code!
Enjoyed reading CSS Hover Effects: 40 Engaging Animations To Try, from the Prismic blog.
Check it out π prismic.io/blog/css-hov...
.
.
.
#CSS #html #animation #webdesign #WebDev #creative #LearnToCode #UserExperience
22.04.2025 22:17 β π 2 π 1 π¬ 0 π 0
YouTube video by Syntax
Our CSS Tooling Stack Explained - Syntax.fm Dev Log
#css
www.youtube.com/watch?v=B5I5...
22.04.2025 23:07 β π 1 π 1 π¬ 0 π 0
10 Ways to Improve Accessibility on Websites and Social Media - Lireo Designs
My 10 tips for making your website and social media more accessible, whether you're a blogger, photographer, writer, designer, or developer.
For people just getting introduced to accessibility concepts, the number of resources can be overwhelming for people who don't know where to start. These 10 tips from Lireo Designs can be a good way to introduce your team to the basics.
www.lireo.com/10-ways-to-i...
23.03.2025 03:14 β π 58 π 24 π¬ 3 π 0
Haaa this look right for me but I want learn how to consume the documentation and all the resources in order to be autonomous in my journey in eleventy world but this is a good start thank you !!! So much
22.03.2025 19:09 β π 2 π 0 π¬ 1 π 0
I hope everything good π
22.03.2025 19:07 β π 0 π 0 π¬ 1 π 0
We're a community of millions of people who are building new skills and getting new jobs together. A 501(c)(3) public charity.
π΅π· πΊπΈ
π¨ Creative Developer
πΏ Gardener (digital)
βπΌ Poet
arbourtrary.com
The official MDN Web Docs account, now on Bluesky. We deliver the best web docs around.
Visit β https://mdn.dev
Contribute β https://mdn.dev/community
Front-end developer from Dnipro Ukraine. In love with TypeScript and Vue.JS
artkom.dev
github.com/artkom
Mobile+Web Developer
Trainer, Author, Speaker and Journalist
Numismatics Hobbist
13 books authored. Latest, free Learn PWA! published by Google
Topics: Mobile Apps, PWA, AI, Web Performance, JavaScript, Go
Website: firt.dev
π» DevRel @voidzero.dev
π¬ Video Content https://lichter.link/yt
π @nuxt.com team
ποΈ Podcast Host @dejavue.fm
Design-gineer, video producer, teacher, learner.
https://simonswiss.com
- Pro Tailwind: https://protailwind.com
- Epic Web: https://epicweb.dev
- YouTube: https://youtube.com/@simonswiss
Currently building https://blueview.app
VP of Software Engineering - Front End Lead @JP Morgan Chase
I post about all things web related with a focus on building products!
A podcast about developer tools by @just-be.dev and @hipstersmoothie.com.
https://devtools.fm
An American in Spain, author of https://redux-form.com/ and https://final-form.org/.
Principal Product Engineer at @attio.com
https://erikras.com
Occasionally podcast at @happyhour.fm
Your favorite @vuejs.org podcast - you just don't know it yet!
βΆ The Web: https://dejavue.fm/
βΆ YouTube: https://www.youtube.com/@DejaVueFM
π₯ Senior Systems Engineer @ Cloudflare Workers
Jaz
Gender Nomad
IRC made me gay
Backend (Go) & Infra @ Bsky
Does musical things and computer things
27. they/them π³οΈββ§οΈ
BSky Stats- https://bsky.jazco.dev/stats
https://github.com/ericvolp12
Vue.js core team. Building https://koel.dev. Trying to be kind always.
Prof of Computer Science at USC
AI, social media, society, networks, data, and
HUMANS LABS http://www.emilio.ferrara.name
PhD Student at CMU Societal Computing
quarbby.github.io
PhD student in Computational Social Science at @itukbh.bsky.social @nerdsitu.bsky.social | Visiting Scholar at the University of Michigan and CEU Vienna
Research: punishment & inequality, race, computational social science
PhD student @CambridgeLTL; Previously @DLAB @EPFL; Interested in NLP and CSS. Apple Scholar, Gates Scholar.