91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

登錄界面html怎么設置

小億
97
2023-06-28 10:37:43
欄目: 編程語言

要創建一個簡單的登錄界面,您可以使用HTML和CSS來設置。以下是一個基本的示例:

html

<!DOCTYPE html>

<html>

<head>

  <title>登錄界面</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      background-color: #f2f2f2;

      text-align: center;

    }

    .container {

      width: 300px;

      margin: 0 auto;

      padding: 20px;

      background-color: #fff;

      border: 1px solid #ccc;

      border-radius: 5px;

      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

    }

    .container h2 {

      margin-bottom: 20px;

    }

    .form-group {

      margin-bottom: 15px;

    }

    .form-group label {

      display: block;

      margin-bottom: 5px;

      font-weight: bold;

    }

    .form-group input {

      width: 100%;

      padding: 8px;

      border: 1px solid #ccc;

      border-radius: 3px;

    }

    .form-group button {

      width: 100%;

      padding: 8px;

      background-color: #4CAF50;

      color: #fff;

      border: none;

      border-radius: 3px;

      cursor: pointer;

    }

  </style>

</head>

<body>

  <div class="container">

    <h2>登錄</h2>

    <form>

      <div class="form-group">

        <label for="username">用戶名:</label>

        <input type="text" id="username" placeholder="請輸入用戶名">

      </div>

      <div class="form-group">

        <label for="password">密碼:</label>

        <input type="password" id="password" placeholder="請輸入密碼">

      </div>

      <div class="form-group">

        <button type="submit">登錄</button>

      </div>

    </form>

  </div>

</body>

</html>

這個示例代碼創建了一個簡單的登錄界面。它包含一個標題、一個表單和一個登錄按鈕。使用CSS樣式,它將登錄表單容

器居中,并對輸入框和按鈕進行了樣式設置。

您可以根據需要進行修改和定制,例如更改背景顏色、字體樣式或添加其他字段等。

0
应城市| 曲周县| 双鸭山市| 蒙阴县| 萍乡市| 台安县| 长治市| 玉门市| 昌都县| 金堂县| 连城县| 佛教| 应城市| 肃宁县| 汝阳县| 旬阳县| 广安市| 疏附县| 莱芜市| 奉节县| 延边| 盖州市| 兰考县| 聂荣县| 伊吾县| 游戏| 棋牌| 丰台区| 兴化市| 卢龙县| 微博| 合水县| 广汉市| 始兴县| 修水县| 城市| 会理县| 宁德市| 洱源县| 广饶县| 金塔县|