css实现网页右下角点赞小卡片效果(实例代码)
导读
效果
实现HTML先准备一个干净的 html 页面,写好节点:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="styleSheet" type="text/css" href="./style.css" /> </head> <body> <div> <section> <div> 此页面对您是否有帮助? </div> <div> <div title="
评论(0)