Download you stylesheet here or use the hostet version of the css and javascript files:
You can create a .html file using the following template. If you use the downloaded version of the resources you have to change the scrpt.src and link.href paths to your local path.
Class | Size |
---|---|
container-sm | 576px |
container-md | 768px |
container-lg | 992px |
container-xl | 1200px |
container-xxl | 1400px |
container-fluid | 100% |
Class | Breakpoint |
---|---|
grid-cols-[1-12] grid-span-[1-12] | Always |
grid-cols-sm-[1-12] grid-span-sm-[1-12] | min-width: 576px |
grid-cols-md-[1-12] grid-span-mg-[1-12] | min-width: 768px |
grid-cols-lg-[1-12] grid-span-lg-[1-12] | min-width: 992px |
grid-cols-xl-[1-12] grid-span-xl-[1-12] | min-width: 1200px |
grid-cols-xxl-[1-12] grid-span-xxl-[1-12] | min-width: 1400px |
Class | Property |
---|---|
flex-wrap | flex-wrap: wrap |
flex-end | justify-content: flex-end |
flex-space-around | justify-content: space-around |
flex-space-between | justify-content: space-between |
Headlines |
---|
Headline 1 |
Headline 2 |
Headline 3 |
Headline 4 |
Headline 5 |
Headline 6 |
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
Some text
Some image
Name | Author | Parts |
---|---|---|
Harry Potter | J. K. Rowling | 7 |
Lord of the Rings | J. R. Tolkien | 3 |
We've embedded content from YouTube here. As YouTube may collect personal data and track your viewing behaviour, we'll only load the video after you consent to their use of cookies and similar technologies as described in their privacy policy.
Really interesting text for the dialog to see how the dialog works
@Override
public static void main(String args[]) {
System.out.println("Hello World");
}
Variable | Default |
---|---|
--theme-font-family | Roboto, sans-serif |
--theme-font-size | 18px |
--theme-line-height | 30px |
--theme-border-radius | 5px |
--theme-border-width | 3px |
--theme-box-shadow | none |
--theme-element-spacing | 30px |
--theme-inner-element-spacing | 20px |
--theme-menu-height | 50px |
--theme-navigation-width | 250px |
Class | Property |
---|---|
margin | margin: var(--theme-element-spacing) |
margin-top | margin-top: var(--theme-element-spacing) |
margin-left | margin-left: var(--theme-element-spacing) |
margin-right | margin-right: var(--theme-element-spacing) |
margin-bottom | margin-bottom: var(--theme-element-spacing) |
margin-0 | margin: 0 |
margin-top-0 | margin-top: 0 |
margin-left-0 | margin-left: 0 |
margin-right-0 | margin-right: 0 |
margin-bottom-0 | margin-bottom: 0 |
margin-auto | margin-left: auto; margin-right: auto |
margin-left-auto | margin-left: auto |
margin-right-auto | margin-right: auto |
Class | Property |
---|---|
text-left | text-align: start |
text-right | text-align: end |
text-center | text-align: center |
text-uppercase | text-transform: uppercase |
text-lowercase | text-transform: lowercase |
text-underline | text-decoration: underline |
text-line-through | text-decoration: line-through |
text-nowrap | white-space: nowrap |
text-overflow | overflow: hidden; text-overflow: ellipsis; white-space: nowrap |
Class | Property |
---|---|
left-item | border-top-right-radius: 0; border-bottom-right-radius: 0; margin-right: 0; |
right-item | border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: 0; |
top-item | border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: 0; |
bottom-item | border-top-left-radius: 0; border-top-right-radius: 0; margin-top: 0; |
center-item | border-radius: 0px; margin: 0; |
Class | Property |
---|---|
only-smaller-sm | Only displayed if screen size is smaller than 576px |
only-smaller-md | Only displayed if screen size is smaller than 768px |
only-smaller-lg | Only displayed if screen size is smaller than 992px |
only-smaller-xl | Only displayed if screen size is smaller than 1200px |
only-smaller-xxl | Only displayed if screen size is smaller than 1400px |
only-bigger-sm | Only displayed if screen size is equal or bigger than 576px |
only-bigger-md | Only displayed if screen size is equal or bigger than 768px |
only-bigger-lg | Only displayed if screen size is equal or bigger than 992px |
only-bigger-xl | Only displayed if screen size is equal or bigger than 1200px |
only-bigger-xxl | Only displayed if screen size is equal or bigger than 1400px |
Class | Property |
---|---|
width-100 | width: 100% |
contents | display: contents |