You can point it to a child page inside the content as follows.
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <link href="Css/main.css" rel="stylesheet" type="text/css" />
the scope of this css will remain for this page only
source share