Blogger Information
Blog 16
fans 0
comment 1
visits 14957
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
利用固定定位制作QQ---2018年8月17日
王大利的博客
Original
741 people have browsed it
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>qq</title>
</head>
<body>
qq制作
<style>
 .box{
        width:200px;
 height:300px;
 background-color: #00CC66;
 text-align: center;
 }
    span{

        position: fixed;
 top:35px;
 left:50px;
 font-size: 25px;
 font-weight: bold;
 color: white;
 }
    img{
        width: 35px;
 height: 35px;
 }
    ul {

        position: fixed;
 top:80px;
 left:30px;
 }
    li{

        margin: 5px;
 font-size: 25px;
 color: white;
 }
</style>
<div>
    <span>QQ中心</span>
    <br>
    <br>
    <hr>
    <ul>
        <li><img src="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1965386003,399406622&fm=27&gp=0.jpg">速速</li>
        <li><img src="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1965386003,399406622&fm=27&gp=0.jpg">星星</li>
        <li><img src="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1965386003,399406622&fm=27&gp=0.jpg">乐乐</li>
        <li><img src="https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1965386003,399406622&fm=27&gp=0.jpg">花花</li>
    </ul>
</div>

</body>
</html>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post