Skip to content

Instantly share code, notes, and snippets.

@marcop135
Last active May 6, 2025 15:30
Show Gist options
  • Save marcop135/e5af83935709f5251845415645766129 to your computer and use it in GitHub Desktop.
Save marcop135/e5af83935709f5251845415645766129 to your computer and use it in GitHub Desktop.
bullframe.css v4 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">
</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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment