---
layout: docs
title: Utility
page_title: Utility - turretcss - A Responsive Front-end Framework for Accessible and Semantic Websites
description: Utility classes for typographic styles, display, positioning, floats and visibility of elements for rapid front-end development.
---

## Utility Classes

For text and background color utility classes check out the [color](/utility/colors) section. Text align utility classes are demonstrated in the [typography](/utility/typography) section.

| Class         | Description                                              |
| ------------- | -------------------------------------------------------- |
| `clearfix`    | Clears floats using clearfix hack                        |
| `cover`       | Makes element cover its container                        |
| `circle`      | Makes element a circle by applying `border-radius: 50%;` |
| `center`      | Makes element center                                     |
| `full-height` | Sets height to 100%                                      |
| `pointer`     | Sets `cursor: pointer;`                                  |
