Hello developers π
After success on Hacker News two weeks ago, by looking at analytics numbers (11K returning users, and counting), I realized there's a real need in this tool.
So, I put my hands on it. Thanks to everyone for the feedback and feature requests I've received so far. A week later, I'm happy to launch its latest release. I've shifted focus from just tinkering CSS properties to learning CSS and sharing created artworks. If you can't wait, here's a direct link to the tool.
π₯ And today is the day when I've launched CSS grab n'go editor on Product Hunt π, please, join the discussion here or on PH.
This project isnβt new, and it's been for a while off my focus β until now. As of today, Iβve fully refactored codebase, made it efficient, and added a bunch of new features, again thanks for the feedback.
π¨βπ» Let's start with used OSS:
- β Meteor.js
- π¦
meteor-build-client
- π¦
ostrio:base64
- π¦
ostrio:templatehelpers
- π¦
seba:minifiers-autoprefixer
- π¦
fourseven:scss
- π¦
mquandalle:jade
- π¦
fps-m
- π¦
ClientStorage
- π¦
autoprefixer
- π¦
color
- π¦
cssbeautify
- π¦
jsonpack
- π¦ FontAwesome icons
β¨ New features
- In the first place a lot of new CSS3 properties, like blending modes and background clipping, see this example
- Every property supported with a link to MDN documentation and its code-sample right above it
- Generated CSS, SASS, SCSS, and LESS code now well-prefixed to work on
>0.5
,not dead
, andIE9
toIE11
with autoprefixer - Keyboard shortcuts as in any other editor! Undo/Redo
- New sharing experiences β after the desired result is achieved it can be shared via direct link, or saved as to your snippets list
- Fonts! Now you can toggle between different fonts, default, system, and top 5 from Google Fonts. Let me know if your favorite font is missing. I'll be happy to add it :)
- Much better performance, especially on heavy filters, blurs, and 3D transitions
- Much better on mobile devices
- It's a full-featured PWA. It means you can install it via "Add to Home Screen" on iOS and Android devices and have this tool everywhere with you, even if you're offline!
- Demos, to kick your inspiration and show capabilities of this tool, I've prepared a few examples (send me yours, I'll add your "styles" and name on our list):
π Project achievements (so far):
- Featured on Hacker News front page
- Featured in "A Fresh Cup" newsletter
- Featured in Frontend focus newsletter
- Featured in Indie Hackers newsletter
- 12,000 monthly returning users
I hope this tool is going to find its place in your bookmarks. Do not hesitate to ask for more features and share your CSS3 artwork, β I'll be happy to add it with your name to our snippet and example lists.
Let me know wdyt π€
Top comments (8)
Another example of using
background-clip: text
CSS property β "Water" textOne more example of a single HTML element styled as Bookmark icon in pure CSS
Here's an example of what can be done with CSS editor β Strawberry text in pure CSS
Neat!
Thank you for feedback, glad you liked it
Great tool! An addition you could make is to be able to input the exact pixel you want, tried the sliders and it keeps skiping pixels making it difficult to be precise. Great work in general!
What browser are you on?
Once slider is activated (yellow color) β use
β
,β
keys to precisely tune settings. Clicking on the icon of the slider will activate slider as well. Will add it to the tips and tricks sectionHave a question? Or suggestion?
Tell me! I'm always up to make this free tool better π¨βπ»