(055)css_盒子模型_border2

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>box_border2.html</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
    <style type="text/css">
        li {
            border-top: 1px solid #111;
            border-right: 1px solid #abc;
            border-bottom: 1px solid blue;
            border-left: 1px solid red;
        }
    </style>
  </head>
  
  <body>
        <li>别让不会说话害了你</li>
        <li>二十七八岁就应该有的见识</li>
        <li>别让不好意思害了你</li>
  </body>
</html>

 

posted @ 2015-01-27 09:30  雪中飞雁  阅读(70)  评论(0)    收藏  举报