CSS:變色圓框
2013/01/01
萌芽站長
407 0
網站技術 , CSS
⚠️ 溫馨提醒:我們發現您可能啟用了廣告阻擋器,請將本站加入白名單以正常閱讀文章內容,謝謝支持 ❤️
可讓網站方塊有顏色變化唷!
↓範例(游標移到上面試試)
範例 ~完整語法~
一、CSS部分
<style>
.mnyappt {
margin: 5px auto 5px auto;
width: 100px;
height: 100px;
background: #99FF99;
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-transition: all 0.5s linear
}
.mnyappt:hover {
background: #33FF33;
}
</style>
二、HTML部分
<div class="mnyappt">範例</div>
贊助廣告 ‧ Sponsor advertisements
dbdiagram.io:SQL 轉 ER 圖神助手!快速生成 DBML 語法與資料庫關聯圖教學
📆 2026-01-06
📁
網路應用, 網站技術, 資料庫, SQL
Material icons:Google推出的高品質圖標字體
📆 2017-02-24
📁
網路應用, 網站技術
HTML:<body>
📆 2014-01-04
📁
網站技術, HTML
【論壇美化】友情連結區域美化
📆 2013-01-01
📁
網站技術, 架站程式, Discuz!
nvm-windows:Windows 平台的 Node.js 版本管理工具,可安裝、切換和管理多個 Node.js 版本
📆 2024-06-26
📁
軟體介紹, 軟體應用, 網站技術, Node.js
【網站程序】Piwik 免費又自由的訪客統計自架程序
📆 2015-04-18
📁
網站技術, 架站程式
Master Styles Language Service(Visual Studio Code 擴充功能):Master 框架的語法突顯及完成提示
📆 2022-05-02
📁
軟體應用, 網站技術, HTML, CSS
CSS:網頁檔簡化,將CSS取出成獨立檔案!
📆 2013-01-01
📁
網站技術, CSS
留言區 / Comments
萌芽論壇