日出日落动画效果

代码语言:html

所属分类:动画

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

<style>
#info {
  position: absolute;
  color: #fff;
  padding: 50px;
  font-family: 'Times new roman';
  width: 100px;
  font-size: 40px;
  line-height: 30px;
  z-index: 5;
  text-shadow: 0 0 20px #fff;
}

#sky {
  margin-top: 0;
  height: 200vh;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7996fc), color-stop(#cc86e4), color-stop(#fb7cba), color-stop(#ff828b), color-stop(#ff9764), color-stop(#ff9d.........完整代码请登录后点击上方下载按钮下载查看

网友评论0