Der Pfad in der Datei _Layout zur Datei site.css ist korrekt.
Code: Select all
_LayoutCode: Select all
@ViewBag.Title
@RenderBody()
Code: Select all
body {
padding: 1em;
font-family: Arial, Arial, Helvetica, sans-serif;
}
h1 {
margin-top: 0;
color: blue;
}
label {
display: inline-block;
width: 10em;
padding-right: 1em;
}
div {
margin-bottom: .5em;
}
Code: Select all
@model FutureValueModel
@{
ViewData["Title"] = "Future Value Calculator In Da' House";
}
Future Value Calculator
Mobile version