Applying style to nested pages in a master page
问题 Why could I be unable to apply style on a nested page which is using a master page? I am just trying to apply simple some back-color to body and some div in an individual page. My (nested)page Reservations.aspx has this code <%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Reservations.aspx.cs" Inherits="Reservations" %> <asp:Content runat="server" ContentPlaceHolderID="HeadContent"> <link href="~/Styles/input.css" rel="stylesheet" type=