2015-05-29 74 views
0
.footer p:nth-child(2) { 
background-color:blue; 
text-align: right; 
} 

<!--Calling of footer class here--> 
<div class="footer"> 
<p>Copyright &copy; 2015 Jon Chretien. All rights reserved.</p> 
<p>Feel free to reach out through <a href="www.dummy.com"> email</a>,<a href="www.dummy.com">Twitter</a>, <a href="#">Github</a>, and <a href="#">LinkedIn</a></p> 
</div> 

您好,段落爲了在頁腳的右側對齊,我爲此使用了第n個孩子,但它不起作用......當我將background-color: blue;應用於該段時,它很奇怪,然後應用,但是當我應用text-align:right;時,它不它的工作是什麼錯誤好心幫我感謝無法將文本對齊到正確的位置到div的頁腳

+1

做工精細HT更有用tps://jsfiddle.net/04adx8sc/ –

+0

它的工作@vampz檢查這個小提琴https://jsfiddle.net/2rf4oa0j/1/ –

+0

我使用Adobe Dreamweaver,它不工作,現在我明白有時我們代碼是正確的,它的IDE的錯...非常感謝@Suresh – vampz

回答

1

您也可以嘗試:nth-of-type(2):nth-child