Page 62 - Modul Web
P. 62

Gambar 27 cara membuat background gambar dengan css

               index.html

               <!DOCTYPE html>
               <html>

               <head>
                       <title>Membuat background dengan gambar</title>

                       <link rel="stylesheet" type="text/css" href="style.css">
               </head>
               <body>


                       <h1>Membuat background gambar dengan CSS</h1>


               </body>
               </html>



               style.css




                                                                                                         62
   57   58   59   60   61   62   63   64   65   66   67