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>







     
  • 相关阅读:
    百度前端技术学院2015JavaScript基础部分-BOM
    百度前端技术学院2015JavaScript基础部分实现自己的小型jQuery
    百度前端技术学院2015JavaScript基础部分代码实现
    FCC Advanced Algorithm Scripting
    哈哈哈,我追随大佬的脚步来园子了。
    《将博客搬至CSDN》
    [USACO07JAN] Tallest Cow
    NOIP刷题Day1
    p1514 引水入城
    欧拉路径回路
  • 原文地址:https://www.cnblogs.com/twh/p/1407278.html
Copyright © 2011-2022 走看看