zoukankan      html  css  js  c++  java
  • 二十款漂亮的CSS字体样式,让你受用非浅

    平时对于网站整站的字体风格常常很纠结,纠结到底用什么样式才行,才好看,后来在网上搜集收到二十种我认为很漂亮的字体样式并使用,感觉很美观,解决了我以前的纠结。具体二十种漂亮样式如下:

    样式一:

    body {margin:0;padding:0;line-height:1.5em;font-family:"Times New Roman",Times,serif;font-size:14px;color:#000000;background:#f2e7ca url(images/templatemo_body.jpg) top center no-repeat;}

    样式二:

    body {background:#2f373a;font-family:Arial,Helvetica,sans-serif;font-size:100%;line-height:1em;color:#4e4e4e;min-920px;border-top:10pxsolid #0c0e0e}

    样式三:

    body  {font-family:Arial,Helvetica,sans-serif;font-size:1em;vertical-align:middle;font-weight:normal
          }

    样式四:

    body 
    {margin:0px;padding:0px;background-color:#E7EAEB;font-family:"微软雅黑","黑体","宋体";font-size:12px;height:36px;}

    样式五:

    body 
    {font:.8emArial,Tahoma,Verdana;background:#fff url(../images/bg.gif) repeat-x; color:#777;}

    样式六:

    body 
    {auto;margin-top:12px;float:right;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:11px;color:#999999;line-height:25px;letter-spacing:1px}

    样式七:

    body
    {auto;margin-left:1px;float:left;font-family:Arial,Helvetica,sans-serif;font-size:13px;color:#5f5f5f;line-height:35px;text-transform:uppercase
    }

    样式八:

    body {background:#e1e5e8;font-family: "Georgia", Tahoma, Sans-Serif;font-size: 12px;line-height: 18px;color: #888;}

    样式九:

    body
    {130px;height:20px;background:url(images/servicesbg.gif)00repeat-x #68EF00; color:#317400;font:18px/14pxGeorgia,"Times New Roman",Times,serif;margin:34px0037px;}

    样式十:

    body
    {display:block;94px;height:20px;background:url(images/serviceslink1bg.gif)072%no-repeat #6DFD00; color:#01699F; font:13px/20pxGeorgia,"Times New Roman",Times,serif;text-decoration:none;}

    样式十一:

    body {margin:0;padding:0;line-height:1.5em;font-family:Georgia,"Times New Roman",Times,serif;font-size:12px;color:#33322e;background: #39443D url(images/templatemo_body_bg.jpg) repeat-x;/*	background: #47443c url(images/templatemo_body_bg_2.jpg) repeat-x;	*/}

    样式十二:

    body {margin:0;padding:0;line-height:1.5em;font-family:Tahoma,Geneva,sans-serif;font-size:12px;color:#6f6f6f;background:#2ac5c0 url(images/templatemo_body_top.jpg) repeat-x;}

    样式十三:

    body {margin:0;padding:0;line-height:1.5em;font-family:Verdana,Geneva,sans-serif;font-size:11px;color:#ffffff;background: #005b7f;}

    样式十四:

    body {margin:0;padding:0;line-height:1.7em;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:12px;color:#333333;background:#000000 url(images/templatemo_main_bg.jpg) repeat-y center;}

    样式十五:

    body {margin:0;padding:0;line-height:1.7em;font-family:Verdana,Geneva,sans-serif;font-size:12px;color:#707b84;background: #3e464d;}

    样式十六:

    body {margin:0;padding:0;line-height:1.7em;letter-spacing:1px;font-family:Georgia,"Times New Roman",Times,serif;font-size:12px;color:#333;background:#e1d1d6 url(images/templatemo_body.png) repeat-x top;}

    样式十七:

    body {margin:0;padding:0;line-height:1.7em;letter-spacing:1px;font-family:Georgia,"Times New Roman",Times,serif;font-size:12px;color:#333;background:#e1d1d6 url(images/templatemo_body.png) repeat-x top;}

    样式十八:

    body
    {background:url(images/bg.gif)repeat #000000;padding:0;font-family:arial,sans-serif;font-size:12px;margin:0pxautoautoauto;color:#36322b;}

    样式十九:

    body
    {margin:0px;padding:0px;background:url(images/mainbg.gif)00repeat-x #F6F4E4; color:#6B6854;font:14px/18px"Trebuchet MS",Arial,Helvetica,sans-serif;}

    样式二十:

    body
    
    {font-family:Georgia;font-family:Arial;}
  • 相关阅读:
    python中list添加元素的方法append()、extend()和insert()
    Python中的短路计算
    Python文件的读写
    Python匿名函数
    Python中的引用传参
    持续学习大纲
    【Mysql】Datetime和Timestamp区别,及mysql中各种时间的使用
    【JDK源码】 ☞ HashMap源码分析及面试汇总
    算法复杂度实例 -- O(1) O(n) O(logN) O(NlogN)
    Solr使用总结
  • 原文地址:https://www.cnblogs.com/losesea/p/2982501.html
Copyright © 2011-2022 走看看