-
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
Category Archives: CSS
Top 10 Links for CSS3 Resources
If you haven’t already, you soon will start using CSS3 and HTML5 in your web development. Below is a list I’ve compiled of the most popular postings, tips or tutorials on using CSS3. CSS3info “Everything you need to know about … Continue reading
CSS: Things to Avoid
1. Avoid not resetting the browsers default setting. When creating a new website or web page, the first thing you should do is reset everything to zero. Browsers have their own default settings, mainly for padding and margins. Resetting all … Continue reading
Resetting the Browser Default Style
I’m sure you’ve all been there. You create a web page and it looks great in Firefox, then you preview it in Internet Explorer and…doh! You scratch your head and wonder, where did I go wrong? Every browser has their … Continue reading
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
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