web ul li

 

<html>
<head>
<style type="text/css">

ul{float:right}
ul li{float:left; width:100px;heigh:25px; text-align:center;}
</style>
</head>

<body>
  <ul> 
    <li> 1111</li>
    <li> 2222</li>
    <li> 3333</li>
  </ul>

</body>
</html>

 

posted @ 2018-02-06 15:59  牧 天  阅读(183)  评论(0编辑  收藏  举报