@davay42 Hey Davay. Yeah, pretty big move on my part. I've been focusing primarily on another project, and could really use the influx of money.
I think fffuel could really benefit by being in the hands of someone with more time to spend on it.
Inter version 4.0 β https://t.co/ULjFmnOO3k
After two years of work on a new version of Inter, I'm so proud that it's finally released. (It's been in beta for the past year)
The changes are vast. Most notably there are six additional "Display" designs for large delicious type
π Just updated the color picker: https://t.co/YgzDawxobd
π€ΉββοΈ Now you can copy color values as Oklch
π¨ 3 new color palettes: complementary tints, complementary shades and analogous
β¨ Larger visible swatch
#FrontEndTools
βοΈ New Article: CSS Findings From Photoshop Web Version
A look at Adobe's Web-Based Photoshop: I explored the use of CSS variables, flexbox, grid, logical properties and more. Enjoy the read!
π https://t.co/RQHcwAEARW
CSS Trick! β‘οΈ
You can create gradient borders by using transparent borders π No extra elements π€
article {
background: // layer them up with different origin!
linear-gradient(var(--bg), var(--bg)) padding-box,
var(--gradient) border-box;
border: 4px solid transparent;
}
The trick is to layer background images using different background-origin βοΈ Then use a transparent border to define how thick the border is!
padding-box positions a background relative to an element's padding. border-box positions a background relative to the border-box π₯
The β¨magicβ¨ part? You get that nested radius for free π
Check out the exploded view in the video and have a play with different values in the demo ποΈ
@CodePen link below! π
π Realtime colors v3 is here!
- Expanded Font options: Font Randomization, Locking, etc.
- Templates: Dashboard and Blog Post
- Custom code export
- Shade and Theme options for color exports
and much more
Watch on Youtube: https://t.co/qbj2FxB9go
With the new CSS linear() easing function on the horizon, the possibilities of what we can do to create natural-feeling animations and transitions in the future are greatly expanded.π
Look at the current state of CSS easing and what the future brings us: https://t.co/ZA0mUVfIFX
π€ΉββοΈ Does your landing page have more bounce than a trampoline?
π₯ Let me take a stab at it and help turn those bounces into conversions: https://t.co/UzZdMHoAiJ
#LandingPageFixer