随笔分类 - html/css
摘要:map area 热区自适应的实现代码 html: 1 2 3 4 5 6 7 8 9 10 <style> img{ display:block;max-width:1920;width: 100%;border: 0; } </style> <img src="src/1.jpg" usemap
阅读全文
摘要:<!DOCTYPE html><html><head> <title>黑客帝国效果</title></head> <body> <canvas id="canvas"></canvas> <style type="text/css">body{margin: 0; padding: 0; overf
阅读全文