ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

用HTML制作一个好看的网页模板

2021-05-02 14:59:12  阅读:91  来源: 互联网

标签:function 网页 color text window HTML var document 模板


大家好,我是星空工作室官方!

今天我给大家推荐好看的HTML模板

代码如下

<html>
<head>
    <meta name="code-stutio" content="code-123" />
    </head>
        <meta charset="utf-8">
<title>My...</title>
<style>
.a {
  background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
.b {
  overflow: hidden;
  color:#f2f2f2;
  background-color: rgb(72,72,72);
}
 

.b a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
 

.b a:hover {
  background-color: #ddd;
  color: black;
}

  
  
.f {
  overflow: hidden;
  color:#f2f2f2;
  background-color: gray;
  height:740px;
  text-align:center;
    width:188px;
    float:right;
}
 

.f a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 70px;
  text-decoration: none;
}
 

.f a:hover {
  background-color: #ddd;
  color: black;
}

.c {
    line-height:30px;
    background-color:gray;
    color:white;
    height:700px;
    width:104px;
    float:left;
    padding:20px;          
}
.d {
    width:350px;
    float:left;
    padding:10px;          
}
.e {
    background-color:rgb(40,40,40);
    color:rgb(200,200,200);
    clear:both;
    text-align:center;
   padding:1px;          
}
.e a {
  color: rgb(200,200,200);
  padding: 0px 0px;
  text-decoration: none;
}
.e a:hover {
  color: rgb(250,250,250);
}

</style></head>

<body>


<div class="a">
<div id="box" style="opacity: 0.01;"> <h1>Vcode的个人主页</h1></div>
        <script>
            var i = 1;
            var flag = true;
            function fade() {
                var box = document.getElementById('box');
                if (document.all) {
                    box.style.filter = "alpha(opacity='+i+')";
                } else {
                    box.style.opacity = parseFloat(i / 100);
                }
                if (i < 100 && flag) {
                    i += 5;
                }
                else {
                    flag = false;
               }
                if (i > 0 && !flag) {
                    i -= 5;
                }
                else {
                    flag = true;
                }
                setTimeout('fade()', 50);
            }
            fade();
        </script>
</div>


</div>

<div class="c">
<h2>你好,我是Vcode!</h2>
<p>喜欢编程、足球</p>
<p>是一个特别喜欢编程的xxs</p>


</div>


<div class="d">
<h2>Vcode:一名朝气蓬勃的xxs</h2>

<p>LIFE 不止 •  CODE 不息</p><!--   1      !-->
<p>编程改变世界,编程改变未来</p><!--   2      !-->
<p>会Python、HTML、图形化编程。</p><!--   3      !-->
<p>I like coding!</p><!--   4      !-->
<p>来C站,遇见自己,发现伙伴。编程你好,未来我来。Hello Code Hello World</p>

</div>

  

</p>


   <p>©2021 Vcode.</p>
</div>

<script type="text/javascript">
            ! function () {
                function o(w, v, i) {
                    return w.getAttribute(v) || i
                }
                function j(i) {
                    return document.getElementsByTagName(i)
                }
                function l() {
                    var i = j("script"),
                        w = i.length,
                        v = i[w - 1];
                    return {
                        l: w,
                        z: o(v, "zIndex", -1),
                        o: o(v, "opacity", 7),
                        c: o(v, "color", "250,0,0"),
                        n: o(v, "count", 150)
                    }
                }
                function k() {
                    r = u.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth, n = u.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
                }
                function b() {
                    e.clearRect(0, 0, r, n);
                    var w = [f].concat(t);
                    var x, v, A, B, z, y;
                    t.forEach(function (i) {
                        i.x += i.xa, i.y += i.ya, i.xa *= i.x > r || i.x < 0 ? -1 : 1, i.ya *= i.y > n || i.y < 0 ? -1 : 1, e.fillRect(i.x - 0.5, i.y - 0.5, 1, 1);
                        for (v = 0; v < w.length; v++) {
                            x = w[v];
                            if (i !== x && null !== x.x && null !== x.y) {
                                B = i.x - x.x, z = i.y - x.y, y = B * B + z * z;
                                y < x.max && (x === f && y >= x.max / 2 && (i.x -= 0.01 * B, i.y -= 0.01 * z), A = (x.max - y) / x.max, e.beginPath(), e.lineWidth = A / 2, e.strokeStyle = "rgba(" + s.c + "," + (A + 0.2) + ")", e.moveTo(i.x, i.y), e.lineTo(x.x, x.y), e.stroke())
                            }
                        }
                        w.splice(w.indexOf(i), 1)
                    }), m(b)
                }
                var u = document.createElement("canvas"),
                    s = l(),
                    c = "c_n" + s.l,
                    e = u.getContext("2d"),
                    r, n, m = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (i) {
                        window.setTimeout(i, 1000 / 45)
                    },
                    a = Math.random,
                    f = {
                        x: null,
                        y: null,
                        max: 100000
                    };
                u.id = c;
                u.style.cssText = "position:fixed;top:0;left:0;z-index:" + s.z + ";opacity:" + s.o;
                j("body")[0].appendChild(u);
                k(), window.onresize = k;
                window.onmousemove = function (i) {
                    i = i || window.event, f.x = i.clientX, f.y = i.clientY
                }, window.onmouseout = function () {
                    f.x = null, f.y = null
                };
                for (var t = [], p = 0; s.n > p; p++) {
                    var h = a() * r,
                        g = a() * n,
                        q = 2 * a() - 1,
                        d = 2 * a() - 1;
                    t.push({
                        x: h,
                        y: g,
                        xa: q,
                        ya: d,
                        max: 9000
                    })
                }
                setTimeout(function () {
                    b()
                }, 100)
            }();
        </script>


</body>
</html>

 

标签:function,网页,color,text,window,HTML,var,document,模板
来源: https://blog.csdn.net/qq_53692747/article/details/116353662

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有