If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
CSS Properties. It is a complex word and also practice, since CSS has become very used and so utile on our development. More or less, we try to keep up the step in front of the many code that daily appear and exists. We provide for you in the following article some of the usual CSS Properties of Colour and Backgrounds. Hope that you find it useful . This kind of post will appear, we hope to provide some of the most used examples that web developer use.
Enjoy it.
1.background-position
Values :
- percentage
- combination
- down-up-sides
CSS Code:
2.background-image
CSS Code:
3. color
CSS code:
4.background-repeat
Values :
- not repeating the image at all
- repeating the image vertically only
- repeating the image both horizontally and vertically
- repeating the image horizontally only
CSS code:
5.background-attachment
Values :
- will remain stationary as the rest of the content is scolled.
- will scroll with the rest of the content.
CSS code:
6.background
Values:
A combination of some or all of the values..
CSS code:






