您好,登錄后才能下訂單哦!
這篇文章主要為大家詳細介紹了使用css畫一個棒棒糖的代碼分享,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們可以參考一下。
先來看一下效果圖:
CSS代碼:
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>棒棒糖</title> <h4>用css畫一個棒棒糖</h4> <p>要求:</p> <p>1:棒棒糖中間文字為水平居中</p> <p>2:不得少于三層顏色</p> <style> .round{ width: 100px; height: 100px; background-color: #e5e7e9; position: relative; text-align: center; margin: 100px; font: italic bold 17px/100px arial,sans-serif; box-shadow: 0 0 0 10px #4286b4, 0 0 0 20px #fc052e, 0 0 0 30px #FBDD00, 0 0 0 40px #00BDFB; border-radius: 200px; color: #ffffff; } .bangbang{ width: 20px; height: 150px; margin: -80px 0px 0px 142px; background-color: #00BDFB; border-radius: 10px; } </style> </head> <body> <div> hello world! </div> <div></div> </body> </html>
關于使用css畫一個棒棒糖的代碼就分享到這里了,希望以上內容可以對大家有一定的參考價值,可以學以致用。如果喜歡本篇文章,不妨把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。