论坛

标题: 作业 [打印本页]

作者: 榴莲味奶粉香喷喷的呀    时间: 2018-1-19 13:49
标题: 作业
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>圆形</title>
  6. <style>
  7. *{margin:0;padding:0;}
  8. .as{ width:100px; height:100px;border-radius:50px; background:#0C9;}
  9. .ad{ width:200px; height:40px; border-radius:20px; border:3px solid #09F; margin-top:50px; font-size:20px; text-align:center; line-height:40px;}
  10. .af li{ list-style-type:none; background:url(images/888.jpg) no-repeat left center; padding-left:20px;}
  11. </style>
  12. </head>

  13. <body>
  14. <div class="as"></div>
  15. <div class="ad">我的世界>></div>
  16. <div class="af">
  17. <ul>
  18. <li>我的世界</li>
  19. <li>我的世界</li>
  20. </ul>
  21. </div>
  22. </body>
  23. </html>
复制代码



作者: lori棒棒糖    时间: 2018-1-19 18:34
感觉你很适合学代码的样子




欢迎光临 论坛 (http://bbs.qinxue.com/) Powered by Discuz! X3.1