HTML Layout <div class="container"> <div class="background"> <div class="section"> Name: <input type="text" name="attr_character_name" /> <br/> Level: <input type="text" name="attr_character_level" /> <br/> XP: <input type="text" name="attr_character_xp" /> </div> </div> </div> CSS Styling .section { line-height: 1; border: 40px solid black; border-image-source: url(<a href="https://s3.amazonaws.com/files.d20.io/images/66687670/0BjzR71SiqpYfQwFNghZjQ/max.png?1541882494" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/66687670/0BjzR71SiqpYfQwFNghZjQ/max.png?1541882494</a>); border-image-slice: 40; } This should show a nice border image and was working (in a more complicated example). This simplified character sheet does not show the border image today. What have I done incorrectly?