- 15 谷歌案例.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>15 谷歌案例</title>
<style>
span{
font-size: 150px;
}
.g1_g4{
color: #4182EFFF;
}
.o2_e6{
color: #EA4335FF;
}
.o3{
color: #FBBC05FF;
}
.l5{
color: #34A853FF;
}
</style>
</head>
<body>
<span class="g1_g4">G</span>
<span class="o2_e6">o</span>
<span class="o3">o</span>
<span class="g1_g4">g</span>
<span class="l5">l</span>
<span class="o2_e6">e</span>
</body>
</html>