-
Recent Posts
- So You’re Looking for a Web Designer
- Creative Footer Designs for Inspiration
- WordPress Basics 101: Creating Custom Pages
- Creating a Custom WordPress Log-In Screen
- 13 Sites For Logo Design Inspiration
- What a Client Must Include in a Design Agreement
- Items a Designer Must Include in a Contract
- Top 10 Links for CSS3 Resources
- The designer’s guide to a great first impression
- 7 Web Design Clients to Walk Away From
Categories
Monthly Archives: November 2009
DIV Basics Using CSS
Introduction Divisions or “div” are a ‘block level element’, meaning they have the “block” attribute already inherited. Divs are used to display content in a block format much like tables but also used to define sections of a web page. … Continue reading
Tutorial: Creating Custom Link Colors
This tutorial will focus on creating custom link colors that can be applied to any web browser using CSS. Be default, the link color on most browsers is blue and the visited link color is violet. Not only can you … Continue reading
The Basics of CSS
This section will only be helpful if you know the basic understanding of HTML. What is CSS? CSS (Cascading Style Sheets) is the standard way of presenting and formatting a web page. The middle word, Style, basically describes its purpose. … Continue reading