nyash04 /
gulp-html-boilerplate-scss-to-css
😎 A Gulp based simple & minimal Boilerplate for Static HTML Development with SCSS to CSS auto compile & Live Reload.
27/100 healthLoading repository data…
susam / repository
A simple, minimal, classless stylesheet for simple HTML pages
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
SPCSS is a simple and plain stylesheet for simple text-based websites.
Check this demo page to see how SPCSS styles a simple HTML page.
SPCSS supports systems and web browsers with dark color theme too, so how the page looks depends on the color theme selected on your system or browser.
If you are unable to change your desktop or browser theme right now, here are some screenshots to see what the output looks like with both themes:
To use SPCSS, merely add this line of code to the <head> element of
your HTML file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.9.0">
Alternatively, download the CSS file from here, edit and customize it as per your requirements, and use it in your project. You are also welcome to fork this repository and customize it to maintain your own copy of sp.css with styles you frequently need.
Use the following URL in the <link> tag to load version 0.9.0 (the
current version at this time) of SPCSS:
https://cdn.jsdelivr.net/npm/spcss@0.9.0
Use the following URL in the <link> tag to always load the latest
version of SPCSS:
https://cdn.jsdelivr.net/npm/spcss
If you need something really easy to remember, use this URL to load the latest version of SPCSS:
https://unpkg.com/spcss
I often develop primarily text-based websites and webpages. The default style chosen by the web browsers while decent leaves a bit to be desired, so I often add a minimal stylesheet to improve the apperance of the document, hyperlinks, code blocks, blockquotes, tables, etc. This project shares the minimal stylesheet that I often rely on for styling simple websites and webpages.
You are welcome to fork this repository and customize it to maintain your own copy of sp.css with styles that you frequently need.
Here is a summary of the style changes provided by SPCSS:
prefers-color-scheme: dark).<body> element to prevent the lines from being
too long. Shorter lines make it easier for our eyes to gauge the
beginning and end of the lines.#333) text color instead of black (#000) in light mode.line-height for margins
to associate them more tightly with succeeding content.<kbd>) within code
blocks (<pre>).<body> element.<figure> and <figcaption> elements such as
margins aligned with the margins of text paragraphs, centered
captions, reduced font size for captions.See this example page for a quick demonstration of some of these features.
This is free and open source software. You can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of it, under the terms of the MIT License. See LICENSE.md for details.
This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND, express or implied. See LICENSE.md for details.
To report bugs, suggest improvements, or ask questions, create issues.
Selected from shared topics, language and repository description—not editorial ratings.
nyash04 /
😎 A Gulp based simple & minimal Boilerplate for Static HTML Development with SCSS to CSS auto compile & Live Reload.
27/100 healtheshat69 /
🔹 simple-web-boilerplate A minimal and clean starter template using HTML, CSS, and JavaScript — perfect for quickly launching static websites or prototyping front-end ideas. This boilerplate includes a responsive layout, organized file structure, and ready-to-use components to help you start building immediately.
37/100 healthTHEROHAN01 /
provite is a smart CLI tool to reset your React project in seconds. It clears boilerplate CSS and sets up a minimal `App.jsx`, giving you a clean slate to start coding without distractions. Simple, fast, and efficient!