Skip to content

A tiny css file who is designed to offer an API directly in HTML file

Notifications You must be signed in to change notification settings

eoliann/css-wireframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

css-wireframe

A tiny css file who is designed to offer an API directly in HTML file.

This css file is written in functional css style, in other words contains only specific individual tasks.

Is very simple to use, for example if we want to center an h1 tag inside a div tag, we should proceed as follows:

<div class="flex-center">
  <h1>flex-center is a class from css-wireframe</h1>
</div>

About

A tiny css file who is designed to offer an API directly in HTML file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages