0
我有了這個HTML:爲什麼我的人力資源不能單獨顯示?
<article class="smallCaps">
Cap Anson <span><em>my</em></span> outboard<br />
Anyway...the reign in Spain falls mainly on the common folk<br/>
Note: This is a big secret. Don't tell <em>them</em>
</article>
<p> </p>
<hr />
...但HR顯示器到右側的「不要告訴他們」,而不是一個單獨的行。
這裏的CSS:
<style type="text/css">
.smallCaps {
font-variant: small-caps;
font-family: "Segoe UI", sans-serif;
}
.comicSansLarge {
font-size: 32px;
font-family: "Comic Sans", Consolas, serif;
color: hsl(30, 100%, 50%);
}
</style>
如果您運行在的jsfiddle,它呈現的內容如下(鉻) – sweaver2112
任何CSS參與? – Thilo
我的猜測*會是''左移,但沒有看到一個可行的例子,這很難說。 –