2024年祝福語祝賀詞吉祥話

電子生日賀卡范本

以下是一個簡單的電子生日賀卡範本,使用HTML和CSS編寫:

<!DOCTYPE html>
<html>
<head>
  <title>生日賀卡</title>
  <style>
    body {
      background-color: #f5f5f5;
      text-align: center;
      font-family: Arial, sans-serif;
    }

    .card {
      width: 300px;
      height: 200px;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      margin: 20px auto;
      position: relative;
    }

    .card-content {
      padding: 20px;
      text-align: center;
    }

    .card-image {
      width: 100%;
      height: auto;
    }

    .card-footer {
      background-color: #f5f5f5;
      padding: 10px;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
    }
  </style>
</head>
<body>
  <div class="card">
    <div class="card-image">
      <img src="birthday_photo.jpg" alt="生日照片">
    </div>
    <div class="card-content">
      <h1>生日快樂!</h1>
      <p>親愛的[姓名],</p>
      <p>在這個特殊的日子裡,我想對你說聲生日快樂!</p>
      <p>希望你的每一天都充滿快樂和幸福。</p>
    </div>
    <div class="card-footer">
      <p>來自:[你的名字]</p>
    </div>
  </div>
</body>
</html>

請注意,你需要將代碼中的birthday_photo.jpg替換為你要使用的生日照片的路徑。你還可以根據需要自定義樣式和文本內容。你可以使用各種線上工具來創建個性化的電子生日賀卡,例如Adobe Spark等應用程式。這些工具提供了豐富的模板和樣式,你可以輕鬆地添加圖片、文本和音樂等元素來製作漂亮的生日賀卡。