Container - PIWEEK/polymux GitHub Wiki

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;