aspnetcore/test/WebSites/HtmlGenerationWebSite/wwwroot/styles/site.css

6 lines
140 B
CSS

body::after {
display: block;
color: #0fa912;
margin-top: 2.4em;
content: "Stylesheet 'site.css' loaded successfully!";
}