[go: nahoru, domu]

Skip to content

Optimised/Generalised CSS required for easy HTML Development

Notifications You must be signed in to change notification settings

banerjee-ronitb/CSS-_Optimisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CSS-_Optimisation

Optimised/Generalised CSS required for easy HTML Development

To use 5px margin on each side of an html element put the class as margin-5

To use 5px margin on top side of an html element put the class as margin-top-5

To use 5px margin on right side of an html element put the class as margin-right-5

To use 5px margin on bottom side of an html element put the class as margin-bottom-5

To use 5px margin on left side of an html element put the class as margin-left-5

To add more margin on elements just use multiply of 5, Suppose you have to use margin 10px on each side of html element then use it as

To use 5px padding on each side of an html element put the class as padding-5

To use 5px padding on top side of an html element put the class as padding-top-5

To use 5px padding on right side of an html element put the class as padding-right-5

To use 5px padding on bottom side of an html element put the class as padding-bottom-5

To use 5px padding on left side of an html element put the class as padding-left-5

To add more padding on elements just use multiply of 5, Suppose you have to use padding 10px on each side of html element then use it as

About

Optimised/Generalised CSS required for easy HTML Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published