会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
镇宁
博客园
首页
新随笔
联系
管理
订阅
2020年2月3日
有关css编写文字动态下划线
摘要: <div class="main_text">哈哈这就是我的小视频</div> 上面为html代码 接下来进行css的编写 .main_text{ position:relative; //给其一个相对定位 } .main_text::after{ //我们要对其使用伪类元素 content:"";
阅读全文
posted @ 2020-02-03 10:32 镇宁
阅读(303)
评论(0)
推荐(0)
编辑
公告