<head>

<style>

  .wrap {

    width: 300px

    height: 500px

    

    background-image: url(https://www.naver.com)

    background-size: cover;

    background-position: center;

    }

    .mytitle {

    color: white;

    text-align: center;

    padding-top: 380px;

    opacity: 0.8;

</style>

</head>

<body>

  <div class="wrap">

     <div class="mytitle">

        <p>ID : <input type="text" title="아이디"></p>

        <p>PW : <input type="text" title="패스워드"></p>

     </div>

  </div>

<body>

<body>

  <form action="search.php" method="post">

    <input type="text" title="검색">

    <input type="submit" title="검색">

</body>

<style>

 .mytitle {

  color: green;

  font-weight: bold;

</style>

+ Recent posts