For SASS/SCSS - Get it from the repo's scss/custom/_cssaid.scss
Developers won't write the basic css properties again!
Copy-paste the stylesheet <link>
into your <head>
before all other stylesheets to load the CSS Aid library.
https://raw.githubusercontent.com/saurav12/css-aid/master/css/cssaid.min.css
For SASS/SCSS - Get it from the repo's scss/custom/_cssaid.scss
Use margin utilities to quickly style the margins of an element. Great for any element.
Use margin utilities to quickly style the margins of an element. Great for any element.
Use *-imp
in the end/suffix to overwrite the styles with !important
Use padding utilities to quickly style the paddings of an element. Great for any element.
Use padding utilities to quickly style the paddings of an element. Great for any element.
Use *-imp
in the end/suffix to overwrite the styles with !important
Make a layout in flex, just by using simple classes. Manage layout, alignment, columns, etc. with ease.
fx
→
display: flex
infx
→
display: inline-flex
fx--fd-r
→
flex-direction: row
fx--fd-rr
→
flex-direction: row-reverse
fx--fd-c
→
flex-direction: column
fx--fd-cr
→
flex-direction: column-reverse
fx--fw-w
→
flex-wrap: wrap
fx--fw-wr
→
flex-wrap: wrap-reverse
fx--fw-nw
→
flex-wrap: no-wrap
fx--ai-fs
→
align-items: flex-start
fx--ai-fe
→
align-items: flex-end
fx--ai-c
→
align-items: center
fx--ai-b
→
align-items: baseline
fx--ai-s
→
align-items: stretch
fx--jc-fs
→
justify-content: flex-start
fx--jc-fe
→
justify-content: flex-end
fx--jc-sa
→
justify-content: space-around
fx--jc-sb
→
justify-content: space-between
Use *-imp
in the end/suffix to overwrite the styles with !important
Use display table utilities to quickly style the layout of an element. Great for any table like layout.
sec--table
→
display: table
sec--table-row
→
display: table-row
sec--table-cell
→
display: table-cell
For full width tables use class .fw
with .sec--table
Use *-imp
in the end/suffix to overwrite the styles with !important
Use vertical alignment utilities to quickly align the layout vertically. Great for any layouts.
valign--t
→
vertical-align: top
valign--m
→
vertical-align: middle
valign--b
→
vertical-align: bottom
Other classes also includes:
valign--bl
→
vertical-align: baseline
valign--tt
→
vertical-align: text-top
valign--tb
→
vertical-align: text-bottom
valign--sub
→
vertical-align: sub
valign--sup
→
vertical-align: sup
Use *-imp
in the end/suffix to overwrite the styles with !important
Use width & height utilities to quickly set width & height to an element.
width--full
→
width: 100%
width--full-vw
→
width: 100vw
width--half
→
width: 50%
width--half-vw
→
width: 50vw
height--full
→
height: 100%
width--full-vh
→
height: 100vh
height--half
→
height: 50%
width--half-vh
→
height: 50vh
You can also use .width--auto
and .height--auto
for resetting width & height respectively.
Use *-imp
in the end/suffix to overwrite the styles with !important
Just use simple classes to change your cursors.
cursor--[cursor-name]
→
cursor: [cursor-name]
Hover your cursor on below columns to see them in action
Use *-imp
in the end/suffix to overwrite the styles with !important
Just use simple classes for social media colors.
color--social-[social-media-name]
→
color: [social-media-name]
Use *-imp
in the end/suffix to overwrite the styles with !important