blockbox

Code

Styles for inline code snippets and longer, multiline blocks of code.

Inline Code

Wrap inline snippets of code with code

Example

Use <table> to create columns and rows

Highlight JS

Multi language code highlighting for the web.

HTML
<div class="card">
  <div class="card-body">
    Hello, world!
  </div>
</div><!-- card -->
SCSS
.hljs {
  background-color: $code-bg;
  padding: $code-padding-x $code-padding-y;
}
Javascript
$('pre code').each(function(i, block) {
  hljs.highlightBlock(block);
});
© 2017. Blockbox UI. All Rights Reserved. Developed by ThemePixels