Last active
April 25, 2025 11:04
-
-
Save marcop135/63468d1010d21e76903c90e16552f16b to your computer and use it in GitHub Desktop.
bullframe.css v4+ system-default starter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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.