-1
我正在使用twitter bootstrap,我在頁面中使用了.span3
兩次。其中一個.span
我需要border radius.but而不是另一個。任何簡單的方法來做到這一點。我一直在定製這些.spanx
幫助中遇到問題!在twitter引導中更改spanx?
我正在使用twitter bootstrap,我在頁面中使用了.span3
兩次。其中一個.span
我需要border radius.but而不是另一個。任何簡單的方法來做到這一點。我一直在定製這些.spanx
幫助中遇到問題!在twitter引導中更改spanx?
<span class="span3 foo">Span A</span>
<span class="span3">Span B</span>
,並設置foo的邊界:
foo {
border-radius: 5px;
}
非常基本的CSS知識。
另外:我建議使用LESS版本的引導和推薦您閱讀「Please stop embedding Bootstrap classes in your HTML!」
哎呀,這是第一天的即時通訊使用的引導! – SangeethK
也是你在CSS中的第一天?因爲這不是Bootstrap特定的,而只是簡單的基本CSS。 – RobIII
他/她要求'border-radius'沒有邊框;) – Morpheus