結果を表示する
元にもどす
<html> <meta charset="utf-8"> <style> p{display:flex; width:100px; height:100px; font-size:40px; text-align:center; flex-direction:column; justify-content:center; margin-top:100px; padding:10px; border-top-color:red; border-right-color:green; border-bottom-color:#abcdef; border-top-width:4px; border-right-width:10px; border-bottom-width:20px; border-left-width:6px; border-style:solid double groove dotted; border-radius:50% 0 60px 30px;} </style> <p class="sample13">文字</p> </html>