css盒子边框效果设置

Original 2019-06-14 07:41:45 1562
abstract://css盒子边框效果设置<html><head><style type="text/css">.box{width:1000px;height:100px;color:red;border:1px solid #ccc}</style></head><div class=“box"></d

//css盒子边框效果设置

<html>

<head>

<style type="text/css">

.box{width:1000px;height:100px;color:red;border:1px solid #ccc}

</style>

</head>

<div class=“box"></div>

</html>

Release Notes

Popular Entries