css实现 情人节爱情狗狗表单动画效果代码
代码语言:html
所属分类:表白
代码描述:css实现 情人节爱情狗狗表单动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Cedarville+Cursive" rel="stylesheet">
<style>
body {
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}
h1 {
font-family: 'Cedarville Cursive', cursive;
}
#puppy {
position: absolute;
left: 40%;
top: -40px;
right: 80%;
width: 400px;
height: 400px;
}
#left-eye,
#right-eye {
z-index: 40;
width: 18%;
top: 40px;
position: relative;
right: -100px;
height: 20%;
-webkit-transform: rotate(10deg);
border-radius: 180px / 260px;
background: #2b1d0e;
}
#right-eye {
top: -20px;
position: relative;
left: 40px;
}
#right-ear,
#left.........完整代码请登录后点击上方下载按钮下载查看
网友评论0