Sublime Text is a code editor and an advanced text editor for HTML and prose. Sublime Text was developed by programmer Jon Skinner in January 2008. It was originally designed as a Vim with rich extension functions. Sublime Text has a beautiful user interface and powerful features such as code thumbnails, plugins for Python, code snippets, etc. Key bindings, menus and toolbars can also be customized. The main features of Sublime Text include: spell check, bookmarks, complete Python API, Goto function, instant project switching, multi-selection, multi-window and more. Sublime Text is a cross-platform editor that supports Windows, Linux, Mac OS X and other operating systems.
How to add css in sublime?
First method:
Menu: file ->newFile, create a new file, click Plain Text in the lower right corner of the editor, select css, thus creating a file in css format.
Second method:
Menu: file->newFile, create a new file, press ctrl shift p (Tool->Command Palette), enter in the pop-up box css, then press Enter, you can also create a file in css format.
The same applies to creating files in other supported formats.
The above is the detailed content of How to add css in sublime. For more information, please follow other related articles on the PHP Chinese website!