<div class="box"></div>
<div class="box230px"></div>
body {
width: 200px;
}
.box {
width: 100%;
height: 100px;
background: #CCC;
}
.box230px {
width: calc(100% + 30px);
height: 100px;
background: #000;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.