在同目录下创建 name.css 样式文件,然后在 html 头部中链接到该css文件中:

<head>
	<link href="style.css" rel="stylesheet"/>
</head>