<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>爱您</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
background-color: pink;
}
#frame {
position: relative;
width: 400px;
height: 300px;
margin: 200px auto;
}
.left,
.right {
top: 0;
width: 200px;
height: 200px;
border-radius: 50%;
}
.left {
left: 35px;
}
.right {
right: 35px;
z-index: -1;
}
.bottom {
bottom: 36px;
left: 100px;
width: 200px;
height: 200px;
transform: rotate(45deg);
z-index: -1;
}
.heart {
position: absolute;
box-shadow: 0 0 40px #d5093c;
animation: beat 0.8s ease infinite normal;
background: linear-gradient(-90deg, #f50a45 0%, #d5093c 40%);
}
@keyframes beat {
0% {
transform: scale(1) rotate(225deg);
box-shadow: 0 0 40px #d5093c;
}
50% {
transform: scale(1.1) rotate(225deg);
box-shadow: 0 0 70px #d5093c;
}
100% {
transform: scale(1) rotate(225deg);
box-shadow: 0 0 40px #d5093c;
}
}
@keyframes a {
0% {
transform: scale(1) rotate(0deg);
}
50% {
transform: scale(1.1) rotate(0deg);
}
100% {
transform: scale(1) rotate(0deg);
}
}
#z {
width: 90px;
margin: -23% 30%;
position: absolute;
animation: a 0.8s ease infinite normal;
}
#w {
width: 90px;
margin: -23% 67%;
position: absolute;
animation: a 0.8s ease infinite normal;
}
#con {
width: 20px;
margin: -7% 49.5%;
position: absolute;
animation: a 0.8s ease infinite normal;
}
</style>
</head>
<body>
<div id="frame">
<div class="heart left"></div>
<div class="heart right"></div>
<div class="heart bottom"></div>
</div>
<div id="z">
<h2>胡歌</h2>
</div>
<div id="w">
<h2>未知</h2>
</div>
<!-- <div id="con">
<h1>
字里行间,全都是你。
</h1>
</div> -->
<script type="text/javascript">
var btn = document.getElementById('frame')
// 双击事件
btn.ondblclick = function () {
// window.location.href = 'http://www.kim-shift.cn'
window.open('http://www.kim-shift.cn')
}
</script>
</body>
</html>
用html写一个爱心
转载请注明出处或者链接地址:https://www.qianduange.cn//article/4632.html
相关文章
-
《WEB前端框架开发技术》HTML5响应式旅游景区网站——榆林子州HTML CSS JavaScript (1)
-
文本,wangEditor5展示HTML无样式,wangEditor5如何看源码,Ctrl U看CSS文件,代码高亮,Prism.js可以实现,解决方法,参考网页源代码的写法
-
HTML/SSM-实验室预约管理系统-99299(免费领源码 开发文档)可做计算机毕业设计JAVA、PHP、爬虫、APP、小程序、C#、C 、python、数据可视化、大数据、全套文案
-
【简单html静态网页代码】 制作一个简单HTML宠物网页(HTML CSS)
-
模仿电影中黑客电脑界面,html装逼代码
-
【html】新建一个html并且在浏览器运行
-
SSM基于html的网上购物系统2nluo 在线充值
-
在IntelliJ IDEA中创建一个HTML项目
-
CSS字体、行高等其他样式
-
CSS3新增属性(15个案例 代码 效果图 素材)
发布的文章
运行npm error code ENOENTnpm error syscall opennpm error path C:\Users\ultra\Desktop\Vue-Project\pac
2024-08-27 09:08:17
前端提高篇(102):jQuery高级方法callbacks、deferred
2024-05-09 11:05:34
解决npm install 报错 “npm err code 1“
2024-06-06 10:06:47
【常见错误】npm ERR! code CERT_HAS_EXPIRED & errno CERT_HAS_EXPIRED
2024-04-22 09:04:34
vue前端页面弹出红色报错遮罩层 Uncaught runtime errors:at handleError (webpack-internal:///./node_modules/webpack
2024-03-29 15:03:20
npm ERR! code CERT_HAS_EXPIRED npm ERR! errno CERT_HAS_EXPIRED npm ERR! request to https://registry.
2024-04-20 17:04:38
JQuery中的load()、$
2024-05-10 08:05:15
《WEB前端框架开发技术》HTML5响应式旅游景区网站——榆林子州HTML CSS JavaScript (1)
2024-10-30 21:10:12
大家推荐的文章