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>







     
  • 相关阅读:
    CF 561 div2 C
    CF #560 div3
    1.11 acm结束了,所以寒假学习Java基础
    11.5 cometoj #12 -- D XOR Pair (数位dp)
    11 .3 数位dp
    10.1 叉积 ,极角排序,扫描法求凸包
    9.11 状态矩阵 与 dp
    9.3 整理一下最短路算法
    9.3 欧拉定理 && 欧拉降幂 (扩展欧拉定理)&& 指数循环节
    Two Arithmetic Progressions (exgcd的一些注意事项
  • 原文地址:https://www.cnblogs.com/twh/p/1407278.html
Copyright © 2011-2022 走看看