Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to add css in sublime


May 29, 2021 Article blog



sublime is a text editor and a code editor. I t was developed by programmer Jon Skinner in 2008 and was originally designed as a Vim with rich extensions. S ublime's user interface is beautiful and has powerful features such as code thumbnails, Python plug-ins, snippets, and more. Y ou can also customize key bindings, menus, and toolbars. S ublime's main features include spell checking, bookmarking, complete Python API, Goto features, instant project switching, multi-choice, multi-window, and more. I t supports multiple operating systems such as linux and Windows. S o how do we add css in sublime? Here are two ways.

Method 1:

Select a new file in the menu, then click Plain Text at the bottom right and css to create a css file.

 How to add css in sublime1

Method two:

Create a new file in the menu, save directly by Ctrl+s and save .css format when saving.

 How to add css in sublime2

These are two ways to add css to sublime.