Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris justo sapien, gravida leoa, posuere rhoncus sapien. Proin eget enim et dolor vestibulum fermentum. Vestibulum blandit magna ac lacus sagittis luctus. Nulla vulputate a ligula vel tempus. Vestibulum consequat erat sapien, eget pharetra est imperdiet eget. Maecenas et nibh ex. Nunc nec facilisis sapien. Praesent hendrerit nunc a dui rhoncus, a lobortis orci suscipit. Praesent faucibus pulvinar sagittis. In blandit vehicula urna, sed rutrum sem sollicitudin ut. Aenean ornare neque quis turpis hendrerit, nec convallis mauris ultrices. Curabitur rhoncus neque non ipsum dapibus, vel commodo ante bibendum. Curabitur dignissim efficitur tortor ac facilisis. Nulla eleifend faucibus pulvinar. Duis vestibulum magna sed sapien tempor sollicitudin.
The classes are named using the format text-{color}[-{shade}] or bg-{color}[-{shade}] or
Examples: text-white, bg-white, bg-white-dark
color | color light | color dark |
---|---|---|
text-black | text-black-light | text-black-dark |
text-gray | text-gray-light | text-gray-dark |
text-white | text-white-light | text-white-dark |
text-purple | text-purple-light | text-purple-dark |
text-blue | text-blue-light | text-blue-dark |
text-green | text-green-light | text-green-dark |
text-red | text-red-light | text-red-dark |
text-orange | text-orange-light | text-orange-dark |
Buttons fill the space horizontally, so they are best used with the grid system.
The classes are named using the format {property}{side}-{size}.
Where property is one of:
Where sides is one of:
Where size is one of:
Examples: pb-0, mt-1, etc.