CSS Grab n'go Editor v4.0
Dmitriy A.

Dmitriy A. @smart_egg

About: I speak JavaScript. Every day is Monday, any day is Sunday. Building ostr.io and meteor-files.com

Location:
World Wide Web
Joined:
Apr 14, 2020

CSS Grab n'go Editor v4.0

Publish Date: Apr 14 '20
38 8

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.

Call to action button in pure CSS

👨‍💻 Let's start with used OSS:

UI overview

✨ 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, and IE9 to IE11 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):

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 🤔

Comments 8 total

  • Ben Halpern
    Ben HalpernApr 15, 2020

    Neat!

    • Dmitriy A.
      Dmitriy A.Apr 15, 2020

      Thank you for feedback, glad you liked it

  • navid-ka
    navid-kaApr 15, 2020

    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!

    • Dmitriy A.
      Dmitriy A.Apr 15, 2020

      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 section

  • Dmitriy A.
    Dmitriy A.Apr 15, 2020

    Have a question? Or suggestion?
    Tell me! I'm always up to make this free tool better 👨‍💻

  • Dmitriy A.
    Dmitriy A.Apr 15, 2020

    Here's an example of what can be done with CSS editor — Strawberry text in pure CSS
    strawberry text

  • Dmitriy A.
    Dmitriy A.Apr 15, 2020

    Another example of using background-clip: text CSS property — "Water" text
    Water Text

  • Dmitriy A.
    Dmitriy A.Apr 15, 2020

    One more example of a single HTML element styled as Bookmark icon in pure CSS

    Bookmark icon

Add comment