## **展示效果** ![](https://box.kancloud.cn/e4b1057f6df7dcf48dc1992d9273dd9d_743x256.png) ~~~ <head> <title></title> </head> <style type="text/css"> .g{ font-size: 200px; color: #000099; } .o1{ font-size: 200px; color: #990000; } .o2{ font-size: 200px; color: orange; } .g1{ font-size: 200px; color: #990000; } .l{ font-size: 200px; color: #009900; } .e{ font-size: 200px; color: #990000; } </style> <body> <span class="g">G</span> <span class='o1'>o</span> <span class='o2'>o</span> <span class='g'>g</span> <span class='l'>l</span> <span class='e'>e</span> </body> </html>