论坛
标题:
作业
[打印本页]
作者:
榴莲味奶粉香喷喷的呀
时间:
2018-1-19 13:49
标题:
作业
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>圆形</title>
<style>
*{margin:0;padding:0;}
.as{ width:100px; height:100px;border-radius:50px; background:#0C9;}
.ad{ width:200px; height:40px; border-radius:20px; border:3px solid #09F; margin-top:50px; font-size:20px; text-align:center; line-height:40px;}
.af li{ list-style-type:none; background:url(images/888.jpg) no-repeat left center; padding-left:20px;}
</style>
</head>
<body>
<div class="as"></div>
<div class="ad">我的世界>></div>
<div class="af">
<ul>
<li>我的世界</li>
<li>我的世界</li>
</ul>
</div>
</body>
</html>
复制代码
作者:
lori棒棒糖
时间:
2018-1-19 18:34
感觉你很适合学代码的样子
欢迎光临 论坛 (http://bbs.qinxue.com/)
Powered by Discuz! X3.1