当前位置:   article > 正文

【纯html+css垂直导航栏代码】_好看的导航栏html代码

好看的导航栏html代码

纯html+css垂直导航栏代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        *{
     
            margin: 0;
            padding: 0;
        }
        ol li{
     
            list-style-type: none;
        }
        .a1{
     
            width: 300px;
            background-color: blanchedalmond;
        }
        .a1 li{
     
            width: 300px;
            height: 30px;
            line-height: 30px;
            back
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/69355
推荐阅读
相关标签
  

闽ICP备14008679号