首页 > 代码库 > 立体字和镂空字
立体字和镂空字
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
.total {
margin: 100px auto;
width: 1150px;
font-size: 100px;
}
.total div:nth-child(1) {
color: blue;
text-shadow:9px 9px 9px orange,3px 3px 3px red,5px 5px 5px green,7px 7px 7px grey;
}
.total div:nth-child(2) {
-webkit-text-stroke: 2px blue;
color: transparent;
}
</style>
</head>
<body>
<div class="total">
<div class="cube">钱成:前端工程师(立体字)</div>
<div class="hollow">钱成:前端工程师(镂空字)</div>
</div>
</body>
</html>
立体字和镂空字
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。