主页 > 编程资料 > 前端教程 >
发布时间:2015-09-26 作者:apizl 阅读:240次
<!DOCTYPE html>
<html>

	<head>
		<meta charset="utf-8">
		<title></title>
	</head>
	<style>
		.yuan {
			padding: 10px;
			width: 300px;
			height: 50px;
			border: 2px solid #0000FF;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
		}
		.text-center{
			text-align: center;
       	    line-height:50px;   
		}
		body{
			color: red;
		}
	</style>
	<body>
		<div class="yuan text-center">
			圆角div
		</div>
	</body>
</html>

QQ截图20150926203550.png

文章由爱资料原创本文地址:https://www.apizl.com/archives/view-6612-1.html,转载请以链接形式标明本文地址!
关键字词: