Board logo

標題: Box Model 設計-內外邊距練習 [打印本頁]

作者: 陳育霖    時間: 2023-8-12 13:35     標題: Box Model 設計-內外邊距練習

本帖最後由 陳育霖 於 2023-8-29 02:59 編輯

請依下圖完成網頁設計。
字體為: sans-serif,顏色為:#f0f0f0、#2196F3、#333、#444、#555、#fff,字體大小為:14、16、24、40px
[attach]16214[/attach]
本帖隱藏的內容需要回復才可以瀏覽

作者: 蔡幸融    時間: 2023-8-29 16:24

  1. <!DOCTYPE html>
  2. <html>

  3. <head>
  4.     <style>
  5.         body{
  6.             text-align: center;
  7.             background-image: url(sky.avif);
  8.         }
  9.         div{
  10.             background-color: rgba(255,255,255,0.5);
  11.         }
  12.         header{
  13.             background-color: rgba(0,0,0,0.2);
  14.             color: #fff;
  15.             font-size: 24px;
  16.             
  17.         }
  18.         nav{
  19.             background-color: #333;
  20.             line-height: 2;
  21.             padding: 5px 0px;
  22.         }
  23.         nav a{
  24.             text-decoration: none;
  25.             color: #fff;
  26.             font-size: 18px;
  27.             margin: 5px 15px 5px;
  28.         }
  29.         footer{
  30.             background-color: #444;
  31.             color: #fff;
  32.         }

  33.     </style>
  34. </head>

  35. <header> 歡迎來到日常生活網頁</header>
  36. <body>
  37.     <nav>
  38.         <a href="">首頁</a>
  39.         <a href="">關於我們</a>
  40.         <a href="">美食</a>
  41.         <a href="">健康</a>
  42.         <a href="">連絡我們</a>
  43.     </nav>
  44.     <div>
  45.         <h1>探索美好的日常</h1>
  46.         <p>在這個網站上</p>
  47.         <p>從美食、旅遊</p>
  48.         <p>讓我們一啟</p>
  49.     </div>
  50. </body>
  51. <footer>版元我有</footer>

  52. </html>
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2