文字logo也很炫

偶尔看到一个网站logo是文字蛮好看的

从优化的角度讲,文字logo还是相当不错的

忘记说了,CSS3的,建议 FF,Chrome,Safari,Opera 浏览 ,IE 还不支持

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>font logo</title>
<style type="text/css">
body { font
-family:Arial, Helvetica, sans-serif;}
h1 {
font
-size: 6.5em;
font
-weight: bold;
margin
-bottom: 20px;
-webkit-text-stroke: hsla(200, 100%, 80%, .1) 1px;
color: #192a33;
text
-shadow: hsla(200, 100%, 70%, .9) 1px -1px 2px, hsla(200, 100%, 50%, .2) 0 -5px 20px, rgba(0, 0, 0, 0.9) -10px 20px 25px;
}
</style>
</head>

<body>
<h1>GZGS</h1>
<h1>我的公司</h1>
<h1>不是图片</h1>
</body>
</html>
原文地址:https://www.cnblogs.com/leiOOlei/p/1995078.html