Commands For Base CSS v.1:
NOTICE: THESE ONLY WORK AFTER YOU LINK TO THE .CSS FILE!!!
Text Coloring
To color your text, set the class of you element to a color
i.e <p class="red">Test</p>
This would display test in the color red
Acceptable values are red, blue, green, purple, orange, yellow, black, and white
Background Color
To color the background, set the class of your element to bk(color)
i.e <p class="bkred">Test</p>
This would display test with a background color of red
Acceptable values are bkred, bkblue, bkgreen, bkpurple, bkorange, bkyellow, bkblack, and bkwhite
Text Alignment
NOTICE: THIS IS STILL IN BETA
To align your text... set the class of the element to tx(alignment)
i.e <p class="txcenter">Test</p>
This would display Test in the center of the page
Acceptable values are txcenter, txleft, txright, and txjustify
Text Decoration
To decorate your text, set the class of the element to whatever the style is (i.e bold, italics, etc)
i.e <p class="bold">Test</p>
This would display the word test in bold
Acceptable values are bold, italics, underline, strikethrough, overline, none, uppercase, lowercase, and titlecase
Fonts
To change the font of your text, set the class of the element to the font name
i.e <p class="times">Test</p>
This would display the word test in Times New Roman
Acceptable Values are times, georgia, arial, verdana, serif, sansserif, and monospace
Alignment
To change the alignment of the elements (not only the text) use the name of the alignment
i.e <p class="center">Test</p>
This would display the word test centered
Acceptable Values are center, left, and right
Animations
To apply a animation, just set the class to the name of the animation
i.e <p class="rgb">Test</p>
This would display the work test in a red, then blue, then green text color
Acceptable Values Are rgb
More To Come!