background-color
1 | <style> |
background-image
1 | <style> |
background-repeat
1 | <style> |
1 | {background-repeat:repeat-x;} |
background-attachment
1 | {background-attachment:fixed;} |
background-position
1 | {background-position:right;} |
background-clip
1 | {background-clip:padding-box;} |
background-size
1 | {background-size:cover;} |