Skip to content

aliasbdi/Core-CSS

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Core-CSS

A core set of commonly used CSS styles to make styling easier in HTML.

The Core CSS stylesheet includes an HTML5 reset (from Eric Meyer, http://meyerweb.com) to assure all Core CSS works properly. If you prefer to use your own reset, please be aware of inconsistencies.

Core CSS currently exists of a "positioning" styles used to position dom objects in the window. Each style has been specially named for ease of recall. For example, to force and change a dom to a block display, you only need to assign the class "block" to your element. "Inline" is used to force or change a dom to inline display.

(Please note that some names are commonly used by other frameworks like the class name "center" or "aligncenter" so an additional Core CSS file is included where all class names are prefixed with "cc-" so that "center" is now "cc-center" in order to prevent conflicts.)

About

A core set of commonly used CSS styles to make styling easier in HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published