Skip to content
/ css Public

Gothium CSS is a minimal CSS framework designed to simplify web development. It provides clean, responsive, and accessible styling for modern web projects, with zero dependencies and an intuitive approach.

License

Notifications You must be signed in to change notification settings

gothium/css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Version

Gothium CSS Reset

Gothium CSS is a modern, lightweight CSS Framework designed to normalize styles and provide a consistent styling and responsiveness for your projects. It uses best practices, avoids outdated hacks, and leverages inheritance to reduce boilerplate code, offering powerful defaults via new technologies; fluid type and space scaling | utopia.fyi + CSS Custom Variables for themes in addition prefered color scheme with only CSS.

Features

  • Modern: Uses up-to-date best practices.
  • Lightweight: Minimal code with powerful effects.
  • Effortless: Simplifies cross-browser compatibility.
  • Efficient: Reduces boilerplate code with smart defaults.

Development & Contributing

You can install the zola then run the zola build or prepare script on package.json.

Installation and Usage

You can install and build the Gothium CSS using various package managers. Below are the instructions for each:

UNPKG (via CDN)

In HTML

<link rel="stylesheet" href="https://unpkg.com/@gothium/css">

In CSS

@import 'https://unpkg.com/@gothium/css';

via Package Manager

# Using Bun
bun add @gothium/css

# Using npm
npm install @gothium/css

# Using pnpm
pnpm add @gothium/css

# Using Yarn
yarn add @gothium/css

# Using Deno
deno install @gothium/css

Usage

import '@gothium/css';

License

This project is licensed under the MIT License.

About

Gothium CSS is a minimal CSS framework designed to simplify web development. It provides clean, responsive, and accessible styling for modern web projects, with zero dependencies and an intuitive approach.

Resources

License

Stars

Watchers

Forks

Packages

No packages published