加载中...

google

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Logo</title>
<style>
    .google-logo {
        display: inline-block;
        font-family: 'Product Sans';
        font-size: 45px;
        font-weight: bold;
        letter-spacing: -7px;
    }
    .google-g {
        color: #4285F4;
    }
    .google-o1e {
        color: #EA4335;
    }
    .google-o2 {
        color: #FBBC05;
    }
    .google-l {
        color: #1d7a1d;
    }
</style>
</head>
<body>
    <!--google logo-->
    <div class="google-logo">
        <span class="google-g">G</span>
        <span class="google-o1e">o</span>
        <span class="google-o2">o</span>
        <span class="google-g">g</span>
        <span class="google-l">l</span>
        <span class="google-o1e">e</span>
    </div>
</body>
</html>

posted @ 2024-03-23 16:59  江寒雨  阅读(45)  评论(0)    收藏  举报