! CODEBANK 2012 !
İNDİRMEK&DETAYLI BİLGİ ALMAK İÇİN BURAYI TIKLAYINIZ.
ÖNEMLİ AÇIKLAMA: MUTLAKA OKUYUNUZ!
0 Üye ve 1 Ziyaretçi konuyu incelemekte.
<html> <head> <style> body {background-color: lightblue} h1 {background-color: #FFFFCC} h2 {background-color: transparent} p {background-color: rgb(200,0,200)} </style> </head> <body> <h1>Head Style 1</h1> <h2>Head Style 2</h2> <p>Paragraph Style</p> </body> </html>
<style> body { background-image: url(images/my_background.gif) } </style>
<style> body { background-image: url(images/my_background.gif); background-repeat: repeat- y } </style>
<style> body { background-image: url(images/my_background.gif); background-repeat: no-repeat; background-position: center center } </style>
<style> body { background-image: url(images/my_background.gif); background-repeat: no-repeat; background-position: top center; background-attachment: fixed } </style>