margin-top似乎不適合我。保證金 - 左邊工作正常。但是,當我使用margin-top時,沒有任何動作。即使我把它設置爲一個荒謬的數字。爲什麼保證金頂不移動東西?
我的HTML:
<link rel="stylesheet" type="text/css" href="css/pricepages.css" media="screen" />
<div class="container-fluid ">
<div class="row">
<img src="{{var protoHost}}img/Internet.jpg" class="col-xs-0 img-responsive"/>
<div class="contactspacer"> </div>
<div class="DSLBlurb">
<a href="Internet/DSL">Home DSL</a>
</div>
</div>
</div>
我的CSS:
.DSLBlurb {
background-color: #277FD8;
color: white;
margin-left: 100px;
width: 100px;
height: 100px;
border-radius: 10px;
}
.DSLBlurb a {
color: white;
margin-top: 10px;
margin-left: 16px;
}
還有什麼問題可能是什麼?謝謝。
[爲什麼這個CSS margin-top樣式不起作用?](http://stackoverflow.com/questions/9519841/wh y-does-this-css-margin-top-style-not-work) – chazsolo