Backgrounds
Background Position
Class
Property
| bg-left | background-position: left; |
| bg-right | background-position: right; |
| bg-top | background-position: top; |
| bg-bottom | background-position: bottom; |
| bg-center | background-position: center; |
| bg-left-top | background-position: left-top; |
| bg-right-top | background-position: right-top; |
| bg-left-bottom | background-position: left-bottom; |
| bg-right-bottom | background-position: right-bottom; |
Background Repeat
Class
Property
| bg-repeat | background-repeat: repeat; |
| bg-no-repeat | background-repeat: no-repeat; |
| bg-repeat-x | background-repeat: repeat-x; |
| bg-repeat-y | background-repeat: repeat-y; |
Background Size
Class
Property