0
A
回答
2
也許試試這個。希望它可以幫助你。
注意:如果使用錨標記,只需更改按鈕的元素。
.placeholder-box {
position: relative;
display: block;
width: 300px;
min-height: 150px;
margin-top: 50px;
padding: 30px;
border: 1px solid #888;
border-radius: 10px;
box-sizing: border-box;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}
.placeholder-box p {
text-align: center;
margin: 0 0 15px;
}
.placeholder-box ul {
margin: 0;
}
/* Button */
button {
display: block;
border: solid white;
border-width: 0 10px;
border-radius: 0;
background: green;
color: white;
font-size: 18px;
margin: -60px auto 15px;
padding: 15px;
}
<div class="placeholder-box">
<button type="button"> Button Text Here </button>
<p>Nunc condimentum mauris elit</p>
<ul>
<li>Duis quis eros felis</li>
<li>Nulla facilisi</li>
</ul>
</div>
+0
謝謝,我很高興在我的新項目中使用該代碼很長時間 –
1
<div style="padding:100px;" align="center">
<a style=" background-color:#01B901;background-color: #01B901;padding: 50px;color: white;padding-top: 20px;padding-bottom: 20px;">hello btn</a>
</div>
這是什麼ü婉?
+0
謝謝,但我擔心更主要的是它周圍的按鈕和文本,這你要跟這裏沒有提到邊界 – sanjeev51
相關問題
- 1. 可擴展的非矩形CSS按鈕?
- 2. 填充按鈕和矩形
- 3. 矩形重疊,但說它在裏面?
- 4. 圓形按鈕 - 如何STRETCH時裏面的文字全寬
- 5. 裏面有按鈕的CSS Round Div?
- 6. GTK和CSS:圓形按鈕
- 7. 矩形裏面的libgdx動畫 - 科裏森檢測 - 矩形
- 8. 的UIView裏面的UIView與文本字段和按鈕無效
- 9. 按鈕的XAML和字形
- 10. Android:添加按鈕和矩形佈局
- 11. 矩形以外形狀的按鈕
- 12. NSToolbar中的圓形矩形按鈕
- 13. 用按鈕繪製矩形
- 14. 按鈕與裏面
- 15. 編輯按鈕裏面的UITabBarController和UINavigationController
- 16. 與CSS的按鈕形狀
- 17. CSS裏面一個方形
- 18. 點擊事件中的文字和圖像在它上面的矩形
- 19. Xcode 5圓形矩形按鈕
- 20. 圓形矩形按鈕連接到ViewController.h
- 21. CSS裏有關閉按鈕
- 22. android:imageview裏面的按鈕
- 23. 閱讀多個圓形矩形按鈕的文本
- 24. 輸入文字裏面的CSS動畫?
- 25. 空裏的按鈕點擊文字
- 26. 用矩形作爲按鈕的Silverlight UserControl
- 27. 後面的按鈕裏面的類大
- 28. 動態文字控件裏面的動態按鈕
- 29. 獲取文字塊的價值在裏面一個按鈕
- 30. 如何讓facebook裏面的文字像按鈕一樣白?
所以我們你嘗試過什麼到目前爲止.. –