css 如何让文字标题显示在边框上

方法1、html <style> .box{ position:relative; border:1px solid red; } .box::before{ content:attr(title); position:absolute; left:50%; transform:
相关文章
相关标签/搜索