国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

01-簡(jiǎn)單的導(dǎo)航欄(html+css)

2022-10-05 10:01 作者:愛(ài)前端的時(shí)遷醬  | 我要投稿

《01-簡(jiǎn)單的導(dǎo)航欄(html+css)》

代碼如下:

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. ? <head>
  4. ? ? <meta charset="UTF-8" />
  5. ? ? <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. ? ? <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. ? ? <title>簡(jiǎn)單的導(dǎo)航欄</title>
  8. ? ? <style>
  9. ? ? ? * {
  10. ? ? ? ? margin: 0;
  11. ? ? ? ? padding: 0;
  12. ? ? ? }
  13. ? ? ? body {
  14. ? ? ? ? background-color: #f1b8e4;
  15. ? ? ? ? width: 100vw;
  16. ? ? ? ? height: 100vh;
  17. ? ? ? }
  18. ? ? ? nav{
  19. ? ? ? ? position: fixed;
  20. ? ? ? ? top: 0;
  21. ? ? ? ? left: 0;
  22. ? ? ? ? width: 100%;
  23. ? ? ? ? height: auto;
  24. ? ? ? ? background-color: #fec433;
  25. ? ? ? ? display: flex;
  26. ? ? ? ? align-items: center;
  27. ? ? ? ? justify-content: center;
  28. ? ? ? }
  29. ? ? ? .navbody{
  30. ? ? ? ? /* border:1px red solid; */
  31. ? ? ? ? margin: 0 10px;
  32. ? ? ? ? width: 1200px;
  33. ? ? ? ? height: 64px;
  34. ? ? ? ? display: flex;
  35. ? ? ? ? align-items: center;

  36. ? ? ? }
  37. ? ? ? img{
  38. ? ? ? ? width: 100px;
  39. ? ? ? ? height: 50%;
  40. ? ? ? }
  41. ? ? ? .navbody > ul{
  42. ? ? ? ? display: flex;
  43. ? ? ? ? width: calc(100% - 100px);
  44. ? ? ? ? height: 100%;
  45. ? ? ? ? justify-content: center;
  46. ? ? ? ? align-items: center;
  47. ? ? ? }
  48. ? ? ? .navbody > ul > li{
  49. ? ? ? ? margin: 5px;
  50. ? ? ? ? font-weight: 500;
  51. ? ? ? ? list-style: none;
  52. ? ? ? ? color: aliceblue;
  53. ? ? ? ? font-size: 22px;
  54. ? ? ? ? height: 100%;
  55. ? ? ? ? flex: 1;
  56. ? ? ? ? text-align: center;
  57. ? ? ? ? line-height: 64px;
  58. ? ? ? ? /* 居中 */
  59. ? ? ? ? /* transition: all .3s; */
  60. ? ? ? }
  61. ? ? ? .navbody > ul > li:hover{
  62. ? ? ? ? opacity: 1;
  63. ? ? ? ? background-color: #f6b206;
  64. ? ? ? }
  65. ? ? </style>
  66. ? </head>
  67. ? <body>
  68. ? ? <nav>
  69. ? ? ? <div class="navbody">
  70. ? ? ? ? <!-- logo -->
  71. ? ? ? ? <img src="./img/logo.svg" alt="logo" class="img">
  72. ? ? ? ? <ul>
  73. ? ? ? ? ? <li>導(dǎo)航1</li>
  74. ? ? ? ? ? <li>導(dǎo)航2</li>
  75. ? ? ? ? ? <li>導(dǎo)航3</li>
  76. ? ? ? ? ? <li>導(dǎo)航4</li>
  77. ? ? ? ? ? <li>導(dǎo)航5</li>
  78. ? ? ? ? </ul>
  79. ? ? ? </div>
  80. ? ? </nav>
  81. ? </body>
  82. </html>


github開(kāi)源鏈接:https://github.com/timeshiftsauce/day

預(yù)覽鏈接:https://timeshiftsauce.github.io/day/1-DAY.HTML

01-簡(jiǎn)單的導(dǎo)航欄(html+css)的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
清涧县| 合江县| 清涧县| 会泽县| 大港区| 如东县| 本溪| 二连浩特市| 阿鲁科尔沁旗| 海丰县| 南宁市| 中卫市| 芜湖市| 新宁县| 屏南县| 高淳县| 景谷| 金沙县| 荔波县| 屯门区| 岑巩县| 新和县| 乡城县| 浮梁县| 承德市| 钟山县| 邵武市| 万源市| 孝感市| 阿尔山市| 霍城县| 三门峡市| 正定县| 湖南省| 清水县| 文登市| 新源县| 平利县| 东丰县| 蒲江县| 庆阳市|