<div class="warp">
<fieldset>
<legend>每天吃一只喜羊羊</legend>
</fieldset>
</div>
<style>
fieldset{
width: 250px;
height: 250px;
}
fieldset legend{
color: #fab45c;
margin:0 20px; /**文字距离左右边框的距离*/
padding: 0 20px; /**文字与线之间的缝隙大小*/
}
</style>