728x90
#### 해당 사이즈로 보이기
<style>
body {
background-image: url('example.jpg');
}
</style>
#### 한개로 보이기
<style>
body {
background-image: url('example.jpg');
background-repeat: no-repeat;
}
</style>
#### 해당 사이즈로 보이기
<style>
body {
background-image: url('example.jpg');
}
</style>
#### 한개로 보이기
<style>
body {
background-image: url('example.jpg');
background-repeat: no-repeat;
}
</style>