Skip to content

NativeCSS, the unofficial custom CSS repository that's bult to help HTML website builders create websites with ease and access to a flexible and clean CSS system

License

Notifications You must be signed in to change notification settings

TheWiredDiabetic/NativeCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

native banner

NativeCSS - The Unofficial CSS Repository

Warning

This repository is still in it's early stages, meaning there's no public releases just yet. Stick around for updates.

Important

Want to get updates on development, then a Discord Community Server will be releasing very soon.

Break-down of Contents

What does NativeCSS do?

How does NativeCSS work?

How do I get NativeCSS?

Languages In Use

Contributors

NativeCSS Support

What does NativeCSS do?

NativeCSS provides website builders with ease when building their websites, similar to Tailwind CSS, Bootstrap and many more CSS based agents, which you can find on cdnjs if you need other cool addons for your website.

How does NativeCSS work?

Native works by importing it by one simple line of import code, and works in simple lines of code. When using NativeCSS's styles, it'll use the attribute commonly known as 'class' (not to be mistaken by id, which defines a element if using it in JavaScript code). For example, it'll be something like this.

 <div class="element1 element2 element3>

In class attributes, you can define more than just one item, meaning you can apply more than one piece of CSS style code to your element. Where it brings NativeCSS into play, as it's packed with many of CSS elements you can use in development.

How do I get NativeCSS?

1. Import via URL

You can import the latest release via the line of code below, however, you need to form your document as such, the line of code will only work if it's place in the head tag.

Template Code ```html <title>Example Code</title>

Hello World.

```

2. Download and self-host

You can download the code and upload it your projects repository or server to use in your own project.

<link rel="stylesheet" href="\css\mycssfile.css">

You'll place this code in your head tag for it to automatically import it on page load.

<link rel="stylesheet" href="https://nativecss.vercel.app/">
<!-- The code above will change when a confirmed release occurs. -->

Languages In Use

These are the current languages that NativeCSS uses, we plan to hopefully expand in the future. (Provided by SkillIcons)

My Skills

Contributors

TheWiredDiabetic - Project Founder, Developer

NativeCSS Support

Warning

This hasen't been updated yet as there is no official release of NativeCSS yet, meaning it hasen't been tested across most common languages just yet. This will be updated when it's released.

System Support Status
HTML N/A as of no release

Written by TheWiredDiabetic

About

NativeCSS, the unofficial custom CSS repository that's bult to help HTML website builders create websites with ease and access to a flexible and clean CSS system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published