Pixel makes use of the Poppins Google Web Font for beatiful and readable typography.
Bootstrap 4 documentation
<h1>h1. Bootstrap heading</h1>
<h2>h2. Bootstrap heading</h2>
<h3>h3. Bootstrap heading</h3>
<h4>h4. Bootstrap heading</h4>
<h5>h5. Bootstrap heading</h5>
<h6>h6. Bootstrap heading</h6>
<h1>
Fancy display heading
<small class="text-muted">With faded secondary text</small>
</h1>
<h2>
Fancy display heading
<small class="text-muted">With faded secondary text</small>
</h2>
<h3>
Fancy display heading
<small class="text-muted">With faded secondary text</small>
</h3>
<h4>
Fancy display heading
<small class="text-muted">With faded secondary text</small>
</h4>
<h5>
Fancy display heading
<small class="text-muted">With faded secondary text</small>
</h5>
<h6>
Fancy display heading
<small class="text-muted">With faded secondary text</small>
</h6>
Use .display-1-*, .display-2-*
(eg. .display-1-lg, .display-2-sm
)
to increase the font size of text elements based on screen size.
<h1 class="display-1">Display 1</h1>
<h1 class="display-2">Display 2</h1>
<h1 class="display-3">Display 3</h1>
<h1 class="display-4">Display 4</h1>
Pixel is a beatifully crafted design system based on Bootstrap 4 Components. This theme was built following Bootstrap's methodologies by the heart. It has over xx components, xx sections and xx pages. It is built using the Sass language and is heavily built with mixins and variables.
It uses Gulp for running a local server, watching for changes, compiling CSS and building a distribution build. We also offer a classic version of the theme using only HTML, CSS and Javascript.
<p>Pixel is a beatifully crafted design system based on Bootstrap 4 Components. This theme was built following Bootstrap's methodologies by the heart.</p>
<p>It uses Gulp for running a local server, watching for changes, compiling CSS and building a distribution build. We also offer a classic version of the theme using only HTML, CSS and Javascript.</p>
Start your development with a Pixel Design System for Bootstrap 4. Themesberg makes beautiful products to help people with creative ideas succeed. Our company empowers millions of people.
<p class="lead">Start your development with a Pixel Design System for Bootstrap 4. Themesberg makes beautiful products to help people with creative ideas succeed. Our company empowers millions of people.</p>
Want to quote some awesome people? We offer custom styles for the standard Bootstrap blockquotes.
Themesberg makes beautiful products to help people with creative ideas succeed. Our company empowers millions of people.
<blockquote class="blockquote text-center">
Themesberg makes beautiful products to help people with creative ideas succeed. Our company empowers millions of people.
<footer class="blockquote-footer mt-3 text-primary">Zoltan Szőgyényi</footer>
</blockquote>
<ul>
<li>Minutes of the last meeting</li>
<li>Do we need yet more meetings?</li>
<li>Any other business
<ul>
<li>Programming</li>
<li>Web Design</li>
<li>Database</li>
</ul>
</li>
<li>Something funny</li>
</ul>
<ol>
<li>Minutes of the last meeting</li>
<li>Do we need yet more meetings?</li>
<li>Any other business
<ol>
<li>Programming</li>
<li>Web Design</li>
<li>Database</li>
</ol>
</li>
<li>Something funny</li>
</ol>