Warum funktioniert das nicht? Nur der Rahmen oben wird angezeigt.
Code:
<style type = "text/css">
body {
background-color: cccccc;
border-top-width: 100px;
border-top-style: solid;
border-top-color: black;
border-left-width: 100px;
border-left-style: solid;
border-left-colrer: red;
margin:0;
padding:0;
}
</style>