Easy, Hands-On Tutorials for CSS

The w3schools website is where I learned a lot of the beginner Cascading Style Sheet writing.  The Cascading Style Sheets or CSS, is the set of instructions that formats your blog.  All the elements are put on the page with html, and we make them look pretty with CSS. If you head to your admin panels and look in Appearance>> Editor, and click on the Stylesheet towards the bottom of the list on the right hand side, you will see a page of CSS code.  This code really is not hard to write.  Here's an example: Lets say we want to put a border around a post. We go to our admin panels, … [Read more...]