lsy0314 / sintoburi

:fish: 신토불이 - 우리 몸에는 우리 땅에서 자란 전통음식이 체질에 잘맞고 건강에 이롭다라는 뜻을 가지고 있습니다.
3 stars 2 forks source link

[디자인, 완료]신토불이 회원관리 바탕화면 이미지로 바꾸기 #20

Open hjoon0510 opened 6 years ago

hjoon0510 commented 6 years ago
hjoon0510 commented 6 years ago

예제

<html>
<head>
    <style>
        #box5{
            width: 300px;
            height: 100px;
            background: yellow url('/images/attach/google.png') no-repeat center center;
        }
    </style>
</head>
<body>
    <div id="box5"></div>
</body>
</html>