亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

搜索
博主信息
博文 11
粉絲 0
評論 0
訪問量 5639
最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板
0317作業(yè)
至親難忘
原創(chuàng)
403人瀏覽過
導(dǎo)航條
  1. <header>
  2. <nav>
  3. <a href="">首頁</a>
  4. <a href="">社區(qū)</a>
  5. <a href="">挪車</a>
  6. <a href="">視頻</a>
  7. <a href="">福利</a>
  8. </nav>
  9. <a href="/form.html"><button>登錄</button></a>
  10. </header>
  11. <style>
  12. header {
  13. height: 50px;
  14. background-color: black;
  15. padding: 0 2em;
  16. display: flex;
  17. place-content: space-between;
  18. }
  19. nav {
  20. display: flex;
  21. text-align: center;
  22. line-height: 50px;
  23. }
  24. nav a {
  25. min-width: 5em;
  26. color: floralwhite;
  27. text-decoration: none;
  28. flax: 1;
  29. }
  30. nav a:hover{
  31. color: red;
  32. background-color: chartreuse;
  33. transition: 0.3s;
  34. }
  35. header a button:last-child{
  36. border: none;
  37. width: 3em;
  38. height: 2em;
  39. }
  40. header a button:hover{
  41. color: chartreuse;
  42. background-color: blue;
  43. transition: 0.3s;
  44. }
  45. </style>
  • 效果圖導(dǎo)航條

    登錄頁面

    1. <form action="" method="post">
    2. <fieldset style="display: inline-grid; gap: 1em">
    3. <legend style="text-align: center;">用戶注冊</legend>
    4. <div class="username">
    5. <label for="">用戶名:</label>
    6. <!-- type="text":單行文本框 -->
    7. <!-- autofocus:頁面初始化/加載成功時,焦點自動落入。 -->
    8. <!-- required:必填項,不寫不能提交 -->
    9. <input type="text" id="username" name="username" value="" placeholder="不少于六位數(shù)" autofocus required>
    10. </div>
    11. <div class="password">
    12. <label for="">密&nbsp &nbsp碼:</label>
    13. <input type="password" id="password" name="password" value="">
    14. </div>
    15. <div class="code">
    16. <label for="code">驗證碼:</label>
    17. <input type="text" id="code" name="code">
    18. </div>
    19. <button>提交</button>
    20. </fieldset>
    21. </form>
  • 登錄頁面登錄頁面

    Gird屬性

    1. <div class="grid1">
    2. <div class="grid2">屬性演示</div>
    3. </div>
    4. <style>
    5. .grid1 {
    6. height: 150px;
    7. width: 300px;
    8. display: grid;
    9. grid-template-columns: 100px 100px 100px;
    10. grid-template-rows: 50px 50px 50px;
    11. }
    12. .grid1 > .grid2{
    13. background-color: chartreuse;
    14. /* grid-row: 2 / 3;
    15. grid-column: 2 / 3 ; */
    16. 1.grid-area: 1 / 1 / span 1 / span 3;
    17. 2.grid-area: 1 / 1 / 2 / 4;
    18. }
    19. </style>
  • 1.效果圖效果圖
  • 2.效果圖效果圖
批改老師:PHPzPHPz

批改狀態(tài):合格

老師批語:作業(yè)標題最好不要使用日期,可以根據(jù)作業(yè)內(nèi)容來取
本博文版權(quán)歸博主所有,轉(zhuǎn)載請注明地址!如有侵權(quán)、違法,請聯(lián)系admin@php.cn舉報處理!
全部評論 文明上網(wǎng)理性發(fā)言,請遵守新聞評論服務(wù)協(xié)議
0條評論
作者最新博文
關(guān)于我們 免責(zé)申明 意見反饋 講師合作 廣告合作 最新更新
php中文網(wǎng):公益在線php培訓(xùn),幫助PHP學(xué)習(xí)者快速成長!
關(guān)注服務(wù)號 技術(shù)交流群
PHP中文網(wǎng)訂閱號
每天精選資源文章推送
PHP中文網(wǎng)APP
隨時隨地碎片化學(xué)習(xí)
PHP中文網(wǎng)抖音號
發(fā)現(xiàn)有趣的

Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號

  • 登錄PHP中文網(wǎng),和優(yōu)秀的人一起學(xué)習(xí)!
    全站2000+教程免費學(xué)