跳到主要內容
搜尋
搜尋此網誌
弘弘的部落格
分享
取得連結
Facebook
X
Pinterest
以電子郵件傳送
其他應用程式
標籤
css
3月 25, 2022
背景模糊效果
.背景模糊 {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0,0,0,0.2);
filter: blur(5px);
}
留言
熱門文章
5月 07, 2016
讓chrome 自動開啟檔案且不要下載
7月 06, 2018
epplus 用法
留言