padding-border-margin-005-ref.html (485B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"/> 3 <title>Padding/border/margin on msqrt (reference)</title> 4 <style> 5 @font-face { 6 font-family: RadicalFont; 7 src: url("/fonts/math/radical-kernafterdegreeminus5000-rulethickness1000.woff"); 8 } 9 msqrt { 10 font-family: RadicalFont; 11 } 12 </style> 13 <math> 14 <mrow style="border: 30px solid blue; padding: 20px;"> 15 <msqrt style="color: gray"> 16 <mspace width="120px" height="60px" depth="60px"></mspace> 17 </msqrt> 18 </mrow> 19 </math>