<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.