AniCSS

Let Us CSS For You


There are two kinds of people in HTML and CSS, thoose who like a clean mark up and heavy CSS and thoose who like minimal CSS and heavy markup. There is no wrong or right way. Just do it your way. AniCSS lies in the heavy markup, AniCSS is great for prototyping, small apps and quick production websites.


Benefits

Quick Prototyping

One CSS File

Generic Use

Easy To Learn

Component Based CSS

Flexible and Adjustable




Animatations


Transform

Expand (Small)

Expand (Medium)

Expand (Large)

Rotate Style 1

Rotate Style 2

Rotate 3



Slideshows

The slide slides are more complicated and require knowledge of containers.



STYLING


Below are font colours available:

The colours can be adjusted to your needs, however the default colours are kept a contemporary and easy on the eye colours

black-text <span class="black-text">black-text</span>

white-text <span class="white-text black-bg">white-text</span>

red-text <span class="red-text">red-text</span>

blue-text <span class="blue-text">blue-text</span>

green-text <span class="green-text">green-text</span>

yellow-text <span class="yellow-text">yellow-text</span>

light-grey-text <span class="light-grey-text black-bg">light-grey-text</span>

dark-grey-text <span class="dark-grey-text">dark-grey-text</span>

cream-text <span class="cream-text black-bg">cream-text</span>

beige-text <span class="beige-text black-bg">beige-text</span>


LAYOUT


Display Control


Height and Width Control

  • w = Width
  • h = Height
  • 100 = 100%
  • 50 = 50%

Adding width and Height is done in percetages when using our classes.

when working with WIDTH we offer (10%, 15%, 20%, 25%, 33%, 49%, 50%, 66%, 75%, 100%).

when working with HEIGHT we offer (25%, 33%, 50%, 66%, 75%, 100%).

Example:

  • Width 100% = w-100
<div class="w-100">Width 100</div>

Margin and Padding

  • m = margin
  • p = padding
  • l = left
  • r = right
  • t = top
  • b = bottom
  • x = horizontal
  • y = vertical
  • 1 = 10px
  • 2 = 20px
  • 3 = 30px
  • 4 = 40px
  • 5 = 50px

Margin

Example:

  • Margin Left
  • Margin Right
  • Margin Top
  • Margin Bottom
  • Margin Top and Bottom
  • Margin Left and Right
  • <p class="ml-1">Margin Left</p>
  • <p class="mr-1">Margin Right</p>
  • <p class="mt-1">Margin Top</p>
  • <p class="mb-1">Margin Bottom</p>
  • <p class="my-1">Margin Top and Bottom</p>
  • <p class="mx-1">Margin Left and Right</p>

Margin Sizes

Example:

  • Margin with 10px
  • Margin with 20px
  • Margin with 30px
  • Margin with 40px
  • Margin with 50px
  • <p class="m-1">Margin with 10px</p>
  • <p class="m-2">Margin with 20px</p>
  • <p class="m-3">Margin with 30px</p>
  • <p class="m-4">Margin with 40px</p>
  • <p class="m-5">Margin with 50px</p>

Padding

Example:

  • Padding Left
  • Padding Right
  • Padding Top
  • Padding Bottom
  • Padding Top and Bottom
  • Padding Left and Right
  • <p class="pl-1">Padding Left</p>
  • <p class="pr-1">Padding Right</p>
  • <p class="pt-1">Padding Top</p>
  • <p class="pb-1">Padding Bottom</p>
  • <p class="py-1">Padding Top and Bottom</p>
  • <p class="px-1">Padding Left and Right</p>

Padding Sizes

Example:

  • Padding with 10px
  • Padding with 20px
  • Padding with 30px
  • Padding with 40px
  • Padding with 50px
  • <p class="p-1">Padding with 10px</p>
  • <p class="p-2">Padding with 20px</p>
  • <p class="p-3">Padding with 30px</p>
  • <p class="p-4">Padding with 40px</p>
  • <p class="p-5">Padding with 50px</p>

Dropdown Boxes





GRID SYSTEM


The Grid System is made with CSS Grid. As of 2019 it is not fully supported across all browsers. please check your your consumers would have browsers that have been updated in the last three years. for further information please see caniuse.com




Filter System