詳細検索

CSS3 Editor

Avatar
by maeno
1 min read

CSS3 Editor
Translated from 日本語 • View original
CSS3エディッター

The properties added in CSS3 have a long syntax, and since each browser has different implementations, it is quite difficult to mark up because it is necessary to write them separately with vendor prefixes. Markup is much easier to use CSS3 support authoring tools such as Adobe Dreamweaver, but it cannot be used by client representatives who do not have tools or markup engineers who do not have knowledge of tools.
So, we created a web-based style sheet generator that is easy to use, visual, and easy to configure. With a certain smartphone-only service, you can edit the design template from the web... It is not an all-round CSS editor for PC sites and sites other than its services, but it can visually edit code such as gradients, box shadows, and rounded corners that are troublesome to markup in CSS3 and automatically spit it out, so it may be used as an auxiliary editing tool for specific CSS properties.
(*Not compatible with all properties in CSS3.) It also supports some properties prior to CSS 2.1. )

Usage code: HTML5, CSS3/CSS2.1, JavaScript, jQuery, PHP

CSS3 Editor

Related Articles