Page 82 - Modul Web
P. 82

<div class="kotak">Tutorial mengenal position css di www.malasngoding.com</div>

               </body>
               </html>



               style.css

               .kotak{
                       background: blue;

                       position: static;
               }

























                                                 Gambar 35 contoh position static css

               Relative

               Sebuah element HTML yang menggunakan position relative akan terletak pada posisi normal.

               index.html

               <!DOCTYPE html>
               <html>

               <head>
                       <title>Position CSS</title>
                       <link rel="stylesheet" type="text/css" href="style.css">

               </head>




                                                                                                         82
   77   78   79   80   81   82   83   84   85   86   87