--- layout: default title: CSS slug: css lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system." base_url: "../" ---

Containers

Added .container-smooth a container to use the same max-width for all viewport sizes. This means that the container size won't jump at media query breakpoints.

Labels

Give a button some extra style by adding a label. Add .btn-labeled to any button with a label.

{% highlight html %} {% endhighlight %}