test.css

div{
    color:yellow;
}

在html中引入

<link href="test.css" type="text/css" rel="stylesheet" />