I’m new to CSS and I’m trying to read the code that comes with the default ASP.NET MVC 4 project template. I can’t figure out what code generates the little black bar that goes across the top of the page. In the HTML page there doesn’t appear to be any HTML code to do it, and I can’t find any margins or padding in the uppermost sections of the page that would create it.
The CSS code:
http://textuploader.com/?p=6&id=8DdpK
The .cshtml file that defines the layout:
http://textuploader.com/?p=6&id=LCrA7
The
border-topforbodyadds the black bar at the top of the page: