摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge" 阅读全文
posted @ 2019-12-03 17:13 苹果π 阅读(298) 评论(0) 推荐(0)
摘要: 毛玻璃效果 <style> .container{ width: 287px; height: 285px; background-image: url(img/background.png); background-repeat: no-repeat; background-attachment: 阅读全文
posted @ 2019-12-03 10:26 苹果π 阅读(779) 评论(0) 推荐(0)
摘要: 文本实现斑马线效果 <style> p { font-size: 17px; line-height: 25px; background-color: antiquewhite; background-image: linear-gradient(#99999 50%, transparent 0) 阅读全文
posted @ 2019-12-03 10:11 苹果π 阅读(1774) 评论(0) 推荐(0)