<css>

  div.centered {

    text-align: center;

    letter-spacing: 10px;

</css>

<div style="display: inline-block">

   A영역

</div>

<div style="display: inline-block">

   B영역

</div>

<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>

+ Recent posts