<!DOCTYPE html>

<html lang="ko">

<head>

    <meta charset="utf-8">

    <style type="text/css">

    .wrap {

        width: 640px;

        height: 240px;

        margin: 50px auto;

        background: #eee;

    }


    .msg {

        text-align: center;

        position: relative;

        top: 50%;

        transform: translateY(-50%);

    }

    </style>

</head>


<body>

    <div class="wrap">

        <div class="msg">

            안녕하세요

            <br> 반갑습니다. ㅎㅎㅎㅎㅎㅎ

        </div>

    </div>

</body>

</html>

반응형
Posted by 힘없는염소