본문 바로가기

카테고리 없음

html 코딩 백그라운드 이미지 3종 세트

            background-position: center;
            background-size: cover;
<style>
        .mytitle {
            background-color: green;
            color: white;

            width: 300px;
            height: 200px;

            border-radius: 10px;

            text-align: center;

            padding: 30px 0px 0px 0px;

            background-position: center;
            background-size: cover;
        }
    </style>