Skip to content

Container

Xaviju edited this page Dec 15, 2015 · 1 revision

Container

A container is the biggest wrapper element for the full website. It contain all the elements that should wrap to a certain width. To set a new container:

<polymux-container width="1200px">
  <!-- Hey, I am the content! -->
</polymux-container>

Styling

A container accepts one parameter

  • Width: Sets the maximum with a centered container can grow. Defaults to 1200px;
Clone this wiki locally