NorseMan
Member
What am I doing wrong? I want the <div> to strech out 100% to the right as well.
It is like this in Chrome, Opera and Edge.
Attached under the picture is the CSS and the HTML.
It is like this in Chrome, Opera and Edge.
Attached under the picture is the CSS and the HTML.

Code:
div.content1 {
/*text-align: center;*/
font-family: "Consolas", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
font-weight: bold;
font-size: 14px;
color: #ff6633;
margin: auto;
margin-top: 200px;
position: initial;
background-color: #676565;
width: 100%;
height: 300px;
border: thin;
border-radius: 5px;
/*box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 8px 0px;*/
}
Code:
<div class="content1"> <>><<></div>