To refer .css file in the web page, use tag. Generally it is suggested to keep this inside the tag.
Notice that the type attribute value should be "text/css" and rel attribute value should be "stylesheet".
Also you can use "@import" like this:
@import "mystyle.css";