XHTML / CSS Tutorial - Text-align and Changing Background Color

To change how your font is aligned you can use the text-align: CSS attribute.

To indent your paragraph you can use the text-indent: CSS attribute. 

To change the color of the entire website you can use the body tag and the color CSS attribute. 

https://www.youtube.com/watch?v=4IYs-B0lwhw&index=19&list=PLC1322B5A0180C946

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram