-
Notifications
You must be signed in to change notification settings - Fork 0
Container
Xaviju edited this page Dec 15, 2015
·
1 revision
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>
A container accepts one parameter
- Width: Sets the maximum with a centered container can grow. Defaults to 1200px;