【发布时间】:2011-06-05 23:40:18
【问题描述】:
为什么下面看起来什么都没做?
<style>
form {
margin-left:auto;
margin-right:auto;
}
h1 {
margin-left:auto;
margin-right:auto;
color : #2265FF;
}
</style>
<body>
<h1>Please type in the text to be converted!</h1>
<form> ... </form>
显然,我有更多的 HTML 来配合这个。
在 CSS3 中有没有更好的方法来做到这一点?
谢谢!
【问题讨论】:
-
你想做什么?更多信息请。
-
你到底想做什么?请详细说明一下?
-
显示应用此功能的 HTML 可能是个好主意。