【发布时间】:2017-06-17 17:21:48
【问题描述】:
我目前正在复制这个网站:http://www.onlinemeetingnow.com/register/?id=q6wpivs95c& 这里:http://beaminggeek.com/profitbuilder/test-2/
并使用名为 ProfitBuilder 的 WP 工具:http://wpprofitbuilder.com/
我在这里特别提出三个问题。 1.我把margin-top:20px;在我的标签上(将其推到中心),但是当我这样做时,它会在顶部和下方添加一个边距:
这是我的代码:
<h2 style="text-align: center; font-size: 40px; font-weight: bold;"><span style="color: #ffffff; ">The 4-Step Strategy We Used to Build a</span><br /> <span style="color: #ffffff;"> 7-Figure Coaching Business...</span><br /> <span style="color: #ffffff; font-size: 25px; "> (while ignoring ALL the conventional wisdom!)</span></h2><p style="text-align: center;"><a style="font-family: 'Open Sans Condensed'; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd800',endColorstr='#f7d100'); background: -moz-linear-gradient(center top,#ffd800 5%,#f7d100 100%); background-color: #ffd800; display: block; margin: 0 auto; position: relative; min-height: 33px; width: 280px; text-decoration: none; font-weight: bold; font-size: 30px; color: #fdffff; cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border: none; padding: 17px 10px; text-align: center; z-index: 2; margin-top: 12px;" href="#">Claim My Spot Now >></a></p>
这两个部分也有一些问题,因为周围都有空格:
知道如何使用 inline-CSS 使其看起来更完美吗?您可以使用 Chrome 检查器工具进行检查。
注意:Profit Builder Tool 是一个不与自定义 css 面板一起使用的工具,这意味着一切都只是简单的内联 CSS。
【问题讨论】:
标签: html wordpress css padding