我写了一个html元素如下::
<div class="Box"> Foo Box </div>
写css就像
.Box { width: 400px; height: 40px; color: red; text-align: center; } or div.Box { width: 400px; height: 40px; color: red; text-align: center; }
我想问一下盒子类的两个css是如何彼此不同的.
@H_502_10@