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!
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!
π¨ CSS news: Masonry has been renamed Grid Lanes β native Pinterestβstyle layouts are finally coming! π www.youtube.com/watch?v=yikb...
#CSS #WebDev #Frontend #GridLanes
Good news!
Range syntax for style queries and if() functions has shipped in Chrome!
Check it out:
una.im/range-style-...
Pure #CSS back-to-top button with progress indicator
@codepen.io: codepen.io/scharan/full...
Today's lunch video is "Easier Site-Wide Theming with Style Queries" - Style queries make it easier to track things like light and dark theme, which may be set by both a system preference and a user setting. #CSS www.youtube.com/watch?v=E8M6...
π¦ Random MDN: Pseudo-classes π¦
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-classes
A CSS pseudo-class is a keyword added to a selector that lets you style a specific state of the selected element(s). For example, the pseudo-class :hover can be used tβ¦
#webdev #CSS
I wrote my first blog post π±π©, yep I am super scared but anyway is about how i build an infinite scrolling masonry gallery, using @unsplash.com API and ReactJS/Typescript and try to implement Cube CSS methodologies from @bell.bz . I share my journey with you.
accessibilitybubbles.com/blog/infinit...
Some practical examples of #CSS view transitions to elevate your UI: "Declan Chidlow here with some really practical uses of view transitions, along with some of the stuff that will trip you up, with guidance to help you navigate that." piccalil.li/blog/some-pr...
CSS color just a major glow-up π
Stop using `#hex` and `rgb()`βswitch to `lch()` / `oklch()` for better contrast, smoother gradients, and HDR-ready design.
@kevinpowell.co breaks it down brilliantly:
piccalil.li/blog/a-pragm...
#CSS #WebDev #DesignSystems #A11y #colors #oklch
OK @kevinpowell.co has written what has to be one of the best (if not THE best) practical article to #CSS colors I have read in a while. piccalil.li/blog/a-pragm...
Easy to read, practical examples, and *perfect* for someone like me who's fallen behind and hasn't kept up with all the new stuff.
Styling Siblings With #CSS Has Never Been Easier: "Ready to spice up your CSS? This article dives into the new sibling-count() and sibling-index() functions, showing you how they can simplify your styling and create cool effects." utilitybend.com/blog/styling...
Donderdag zijn we bij Level Level in Rotterdam!
1. Caitlin de Rooi: WCAG en ik: succescriteria voor ADHD
2. Diede Gulpers: De ideale developer's accessibility roadmap
3. @kilianvalkhof.com (@polypane.app): Hoe ontwikkel je accessibility features voor een browser?
www.meetup.com/inclusive-de...
it will be live online or publish the record later on ?
CSS to Speech: Alternative Text for CSS-Generated Content, by @sarasoueidan@front-end.social:
https://www.sarasoueidan.com/blog/alt-text-for-css-generated-content/
#css #voice #generatedcontent #alttext #accessibility
Start using #CSS Scroll-driven animations today! "To celebrate scroll-driven animations finally landing in Safari 26, here are some things you probably want to know before using them." cydstumpel.nl/start-using-...
π¦ Random MDN: CSS animations π¦
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animations
The CSS animations module lets you animate the values of CSS properties, such as background-position and transform, over time by using keyframes. Each keyframe describes how the animated β¦
#webdev #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
It's 4th of July, here's a throwback article on how to create a firework effect with CSS and a single HTML element (per firework)
alvaromontoro.com/blog/68002/c...
#css #html #july4 #fireworks
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
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
#css
html-css-tip-of-the-week.netlify.app/tip/calc-size/
One more #CSS hack to add to your toolbox: margin-trim.
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/
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)
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...
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!