博客列表 >php0321

php0321

有点凉了
有点凉了原创
2018年03月22日 18:08:41762浏览

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style type="text/css">
		ul{
			padding: auto;
			margin-left: 50;
			margin-top: 100;
			border-width: 1;
		}
		li{
			list-style: none;
			float: left;
			height: 40px;
			width: 40px;
			border-radius: 50%;
			background-color: red;
			text-align: center;
			line-height: 40px;
		}
		#item1{
			font-size: 15px;
			background-color: lightblue;
		}
		.item10{
			background-color: yellow;
		}
		ul li{
			background-color: #D1494F;
			margin: 10px;
		}
	</style>
</head>
<body>
	<table>
		<ul>
			<li id="item1">1</li>
			<li>2</li>
			<li>3</li>
			<li>4</li>
			<li>5</li>
			<li>6</li>
			<li id="#item7">7</li>
			<li>8</li>
			<li>9</li>
			<li class="item10">0</li>
		</ul>
	</table>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

1111.png

上一条:作业5.0下一条:3月21日作业
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议