offset-path-ray-016-ref.html (417B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Motion Path test reference: ray() path with content-box</title> 4 5 <style> 6 #outer { 7 top: 100px; 8 left: 100px; 9 position: relative; 10 width: 200px; 11 height: 200px; 12 padding: 50px; 13 border: 50px solid black; 14 } 15 #box { 16 background-color: green; 17 width: 100px; 18 height: 100px; 19 } 20 </style> 21 22 <div id="outer"> 23 <div id="box"></div> 24 </div>