Skip to content

Instantly share code, notes, and snippets.

@marcop135
Last active April 25, 2025 11:04
Show Gist options
  • Save marcop135/63468d1010d21e76903c90e16552f16b to your computer and use it in GitHub Desktop.
Save marcop135/63468d1010d21e76903c90e16552f16b to your computer and use it in GitHub Desktop.
bullframe.css v4+ system-default starter
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>HTML Template</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css@4/dist/css/bullframe-system-default.min.css">
</head>
<body>
<div class="bf-container">
<!-- Add your site or application content here -->
<h1>Hello, World!</h1>
<p class="bf-lead">
bullframe.css 4 is a lightweight, responsive SCSS UI framework with extensive cross-browser support and built-in dark mode.
</p>
<p>
Check out the <a href="https://github.com/marcop135/bullframe.css/" target="_blank" rel="noopener noreferrer">GitHub repo</a> and explore the <a href="https://codepen.io/collection/nxpjRe" target="_blank" rel="noopener noreferrer">CodePen collection</a> for ready-to-fork layouts.
</p>
</div><!-- .bf-container -->
</body>
</html>

Comments are disabled for this gist.