본문 바로가기
Html&CSS/html5&css3

0226_html5/css3_background

by .Epona. 2020. 3. 4.

<style>
         
     /*background */
     .bg{background: url(bus.png) no-repeat center center, url(jongno_logo.gif) repeat 0 0; /*x축:center, y축:center*/
         
        width: 600px;
        height: 200px;
        border: 2px solid red;
     }
          
 </style>        
</head>
       
        
<body>


    
<h3>[background]</h3>
    <div class="bg">배경 이미지</div>
    
 
      
</body>

 

EX_html5_background.zip
0.01MB