zoukankan      html  css  js  c++  java
  • 有序列表添加个性样式

    有序列表样式
    1. this is line one

    2. here is line two

    3. and last line

    <style>
      ol {
    font: italic 1em georgia, times, serif;
    color: #999999;
    }
    
    ol p {
    font: normal .8em arial, helvetica, sans-serif;
    color: #000000;
    }
    </style>
    
    <ol>
    <li>
    <p>this is line one</p>
    <li>
    <p>here is line two</p>
    <li>
    <p>and last line</p>
    </li></ol>







     
  • 相关阅读:
    基本计数方法
    每天工作4小时的程序员
    明星软件工程师的10种特质(转)
    IT高薪者所具备的人格魅力
    Unity_Shader开发_图形学基础(五)--------2016.1.9
    unity 架构设计的学习
    深入浅出聊优化:从Draw Calls到GC
    PG+mask替代透明Png(转)
    基于战斗重演的全校验---- 塔防大师PVP反外挂设计
    Unity项目开发准则
  • 原文地址:https://www.cnblogs.com/twh/p/1407278.html
Copyright © 2011-2022 走看看