css文字颜色渐变
background-size: 100%; background-repeat: repeat; background-clip: text; -webkit-background-clip: text; color: transparent; background-image: linear-gradient(45deg, #f3ec78, #af4261);
background-size: 100%; background-repeat: repeat; background-clip: text; -webkit-background-clip: text; color: transparent; background-image: linear-gradient(45deg, #f3ec78, #af4261);
近期项目中需要使用【复制到剪切板】的功能,故引入clipboard.min.js,完成该功能。但在使用时发现,页面总是报错:clipboardJS is not defined。查找资料发现,clipboard为全局变量,而被require…
<script> //判断设备是否为手机 &nb…
body { /* 加载背景图 */ background-image: url(images/bg…
实现css隐藏滚动条有以下几种方式:1. 使用overflow属性:将父元素的overflow属性设置为hidden,这将隐藏滚动条,并且禁用滚动功能。例如:.parent { o…
server { listen 80; server_name your…