一个边框为蓝色、背景为红色、文字居中的长方形盒子

原创 2018-11-17 00:12:30 386
摘要:<!DOCTYPE html><html><head><meta charset="utf_8" /><title>一个边框为蓝色、背景为红色、文字居中的长方形盒子</title><style type="text/css">.biankuang{ width:300px;

<!DOCTYPE html>

<html>

<head>

<meta charset="utf_8" />

<title>一个边框为蓝色、背景为红色、文字居中的长方形盒子</title>

<style type="text/css">

.biankuang{ width:300px; height:100px; border:1px solid #0033FF; background:red; margin:0 auto; line-height:100px; text-align:center;}

</style>

</head>


<body>

<div class="biankuang">

一个有边框并且背景为红色的长方形

</div>

</body>

</html>



批改老师:灭绝师太批改时间:2018-11-17 09:02:07
老师总结:边框样式,还有圆角,和边框阴影,测试的时候需要测试全面奥……

发布手记

热门词条