链接:https://pan.baidu.com/s/1ZtL1Dehu7n-ezOOZ1UVZTw
提取码:
–来自百度网盘超级会员V4的分享

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style type="text/css">
.black{color:black;font-size: 60px;font-weight: bold;}
.red{color:red;font-size: 60px;font-weight: bold;}
.yello{color:gold;font-size: 60px;font-weight: bold;}
.green{color:green;font-size: 60px;font-weight: bold;}
</style>
</head>
<body>
<text class="black">G</text>
<text class="red">0</text>
<text class="yello">0</text>
<text class="black">g</text>
<text class="green">l</text>
<text class="red">e</text>
</body>
</html>