简单的页面标题

<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>goole</title>
    <link href="google.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1>
    <div>
        Super Title CSS
    </div>
</h1>
</body>
</html>
h1{
    background: #b3d4fc;
    font-size: 46px;
    color: #040599;
    font-family: Arial;
    padding-bottom: 4px;
    /*background: url("122.jpg") repeat-x bottom;*/
    text-align: center;
    padding: 4px;
    border-bottom: 3px solid #aaa;
}


猜你喜欢

转载自blog.csdn.net/qq_38362772/article/details/80010612
今日推荐