Home > Article > Web Front-end > How to write css files in vs2015
How to write css files in vs2015: First open a Visual Studio software; then left-click [New] under the [File] menu; then in the pop-up new file window, select [css file] ;Finally, in the code window, enter the css style code.
The operating environment of this tutorial: Windows 7 system, Visual Studio 2015&&css3 version, Dell G3 computer.
Recommendation: "css video tutorial"
Steps:
1. Open a Visual Studio software, left-click the [File] menu Under [New], select the file option, as shown in the figure below.
#2. Then, on the pop-up new file window, select [css file] as shown in the figure below.
#3. Then, left-click the mouse to select the [Open] button, as shown in the figure below.
4. Next, in the code window, you can see the css tag code, as shown in the figure below.
#5. Then, in the code window, enter the css style code, as shown in the figure below.
#6. Next, in the code window, set the css properties through the drop-down list, as shown in the figure below.
#7. Finally, after entering the css style code, click the save button with the left mouse button, as shown in the figure below. Through this operation, you will learn to create CSS style files in Visual Studio software.
The above is the detailed content of How to write css files in vs2015. For more information, please follow other related articles on the PHP Chinese website!