這個間距怎么設置?
自己做個百度首頁,下面的三個段落之間的間距怎么設置?記得學過,怎么也想不起來怎么寫了,想往回翻看也找不到在哪學的了。。。
<html> <head> <style?type="text/css"> .ff { ??font-size:12px; ??text-align:center; ??margin-top:500px; } </style> </head> <body> <div?class="ff"> <p> <a?href="#">把百度設為首頁</a> <a?href="#">關于百度</a> <a?href="#">About?Baidu</a> </p> </body> </html>
下面圖一是百度的,圖二是我的,求間距代碼是什么?。。。- -!
一:
二:
2016-09-04
 
2016-09-04
你記住的是在15-5中學習的margin-right:8px;吧!在這里不能用,只能用