1419528.html (252B)
1 <!DOCTYPE html> 2 <style> 3 .outer { 4 display: flex; 5 } 6 .inner { 7 padding-bottom: 6px; 8 padding-top: 10 px; 9 box-shadow: inset 0 0 0 0 #000; 10 } 11 </style> 12 <body> 13 <div class="outer"> 14 <ul class="inner"> 15 Testing 16 </ul> 17 </div> 18 </body> 19 </html>