<h1>Rounded inside body border</h1>
* { box-sizing: border-box; }
html { height: 100%; }
body { min-height: 100%; }
body {
  border: 25px solid;
  border-image: 
    url(https://s.cdpn.io/3/border-tv_1.png) 25% repeat;
  text-align: center;
  line-height: 2;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. //cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js