aspnetcore/test/WebSites/HtmlGenerationWebSite/wwwroot/sub/site3.css

7 lines
190 B
CSS

body::after {
display: block;
background-color: #ff0000;
color: #fff;
margin-top: 2.4em;
content: "ERROR: Stylesheet 'site3.css' was loaded despite being excluded!";
}