cssgirl... web and blog design

Archive for the ‘CSS’ Category

18
May

Style Your Code Samples Without Excessive Markup

I’ve noticed a lot of sites have a very complicated way of styling the code samples they provide, using multiple span classes and/or inline styles and many, many <br />s. Other times the site just wraps the code in a <code> attribute and doesn’t highlight the different syntaxes.

I’ve written some simple CSS styles to fix this problem. So if you are interested in having your code display as if it was in a text editor with syntax highlighting here is an easy way to do it.

The first example is a sample of CSS code and how it can look when you apply these styles (***This is not the actual styles, just an EXAMPLE):

seperator
12
May

17 Great Resources - Color Inspiration For Web Design

One of my favorite parts when creating a new design is the process of choosing a color scheme. There are times when the colors just fall into place after I have my main color, or when using a photo the colors just flow around it. But sometimes you need a little help.

Whether your looking for a color scheme to base your design on or you need a little help picking out complimentary colors the generators, articles, color wheels and more below will assist and inspire your color creativity.

seperator
30
Jun

View Hidden Information From Myspace Profiles

Let’s face it. As much as we hate it and as much as it sucks from a programming and design POV, Myspace is one of those sites that most of us visit at least once a day. We all use it to keep in touch with friends and family, reunite with high school buddies and to network with new people. Sometimes your friends and family members try to be tricky. They copy little bits of code that hide certain Myspace information - like their friends list, comments or even their last login.

And as much as you deny it, you really want to know who’s in your boyfriend’s Top 8 right? Yeh, we all do. So what to do short of hacking into his Myspace? It’s easy, and here is how!

seperator
28
May

Beginners CSS

POSTED IN: CSS, Resources, Tutorials

Just some basic CSS elements and uses that any novice will find helpful.

seperator
28
May

Stylesheets

POSTED IN: CSS, Resources, Tutorials

A lesson on inline, linked and embedded CSS styles.

seperator