לכל אלמנט בדף HTML יש רקע (background) וקידמה (foregound), ולכל אחד מהם יש צבע.
color
התכונה color צובעת את הקידמה (foreground). את האותיות. כפי שצויין לעיל ניתן להשתמש בהגדרות הצבעים בשיטת המילים (green), ערך הקסדצימלי (#00ff00) או שלשות של ערכי RGB.
body {color: rgb(255,255,0)}
Background
סגנונות הצבעים והרקע שולטים בתכונות אלה ומעצבים אותם לפי רצונך. אלמנטים בנים יורשים בדרך כלל את הצבעים של הוריהם. לדוגמה אם הגדרת ל-body צבע ירוק, יקבלו גם הכותרות <h1> צבע ירוק.
התכונה background מאגדת את כל תכונות הרקע ומאפשרת לקצר הגדרות. אין חוקים לגבי סדר הערכים ואפשר לשים אותם בכל סדר שהוא, מופרדים זה מזה ברווח:
table{background: url(lines.gif) fixed middle center darkgreen no-repeat;}
Property | Description | Values |
A shorthand property for setting all background properties in one declaration | background-color | |
Sets whether a background image is fixed or scrolls with the rest of the page | scroll | |
Sets the background color of an element | color-rgb | |
Sets an image as the background | url(URL) | |
Sets the starting position of a background image | top left | |
Sets if/how a background image will be repeated | repeat |
אין תגובות:
הוסף רשומת תגובה