鼠标滚动弹出效果
代码语言:html
所属分类:加载滚动
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>12 nth Selectors</title> <style> @import url("https://fonts.googleapis.com/css?family=Major+Mono+Display|Neuton&display=swap"); * { box-sizing: border-box; padding: 0; margin: 0; } body { min-height: 100vh; color: white; font-family: "Neuton", serif; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' opacity='0.1' viewBox='-100 -100 200 200' width='100' height='100'%3E%3Cg id='snowflake'%3E%3Cg opacity='0.5' fill='hsl(0, 0%25, 100%25)'%3E%3Ccircle cx='-35' cy='-25' r='3.5' /%3E%3Ccircle cx='30' cy='-40' r='2' /%3E%3Ccircle cx='-15' cy='35' r='2.5' /%3E%3Ccircle cx='25' cy='10' r='2' /%3E%3Crect transform='rotate(45)' x='-10' y='-10' wi.........完整代码请登录后点击上方下载按钮下载查看
网友评论0