Home > Article > Development Tools > How to create css in webstorm
How to create css with webstorm: first open the webstorm software; then select the file option and click "new"; finally select stylesheet or manually create a new css file, and then open it with webstorm.
The operating environment of this tutorial: Windows7 system, webstorm2020.3&&css3 version. This method is suitable for all brands of computers.
Recommended: "webstorm tutorial"
How to create css with webstorm:
1. There is a file option in the upper left corner
2. Click the second new (not new project)
3. Then select stylesheet. The storage location is the current directory.
4. Of course, you can also manually create a new css file and open it with webstorm. As long as it is associated with html, the effect will be the same.
WebStorm introduction:
webStorm is a commercial JavaScript development tool. Although WebStorm's js prompt is far less powerful than aptana, as a js reduced version of IntelliJ IDEA, it has other functions Also quite looking forward to it.
No need to save the file, just watch the demo directly after typing.
Comes with svn. If you don’t use the server version of svn, you will have a local version management version. Very convenient.
There are shortcuts for various browsers on the right side of the editor, which is even faster.
The above is the detailed content of How to create css in webstorm. For more information, please follow other related articles on the PHP Chinese website!