asp.net mvc 4 - CSS Template Code Reading -
i'm new css , i'm trying read code comes default asp.net mvc 4 project template. can't figure out code generates little black bar goes across top of page. in html page there doesn't appear html code it, , can't find margins or padding in uppermost sections of page create it.
the css code: http://textuploader.com/?p=6&id=8ddpk
the .cshtml file defines layout: http://textuploader.com/?p=6&id=lcra7
the border-top body adds black bar @ top of page:
html { background-color: #e2e2e2; margin: 0; padding: 0; } body { background-color: #fff; border-top: solid 10px #000; /* <-- adds border top of page */ color: #333; font-size: .85em; font-family: "segoe ui", verdana, helvetica, sans-serif; margin: 0; padding: 0; }
Comments
Post a Comment