首页 前端知识 CSS - 文本文字 增加外框、阴影、边框

CSS - 文本文字 增加外框、阴影、边框

2024-06-17 09:06:25 前端知识 前端哥 604 17 我要收藏
文本文字 - 样式优化

font-family 文本字体
font-weight 文本加粗
text-shadow 文本增加阴影
-webkit-text-stroke 文本增加描边


在这里插入图片描述

	.container {
	    font-family: '微软雅黑';
	    font-weight: bold;
	    text-shadow: 1px -6px 0px #661c50;
	    -webkit-text-stroke: 2px #661c50;
	}
转载请注明出处或者链接地址:https://www.qianduange.cn//article/12453.html
标签
评论
发布的文章

HTML5 新增元素

2024-06-22 10:06:20

【前端】HTML5基础

2024-06-22 10:06:36

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!