ZVON > References > CSS1 Reference
Example 5:2: All | HTML | >> CSS << | Output |

CSS


body {background-color: #EEEEFF}


h1   { color:red;
       background-image:url(../Data/blue.jpg);
       background-repeat:no-repeat}

h2   { color:white;
       text-align:center;
       background-image:url(../Data/blue.jpg);
       background-repeat:no-repeat;
       background-position:center}