background preloader

CSS

Facebook Twitter

30 Beautifully Simple Websites. Get the FlatPix UI Kit for only $7 - Learn More or Buy Now Did you have a long weekend? Looking for a little design inspiration after a long night? Look no further than our latest collection of beautifully simple websites. Enjoy! Also, you may be interested in some of our previous posts on this subject. 30 Minimalist Web Designs56 Light Clean Website Designs using a Minimalist Color Scheme40 Killer Minimalist Blog Designs zachwoomer keanrichmond foreverheavy markup alicedrougard ogvidius studiopixel getfinch adifferentdesign brizk verticalgardendesign 247grad sonic-iceland enjoythis allisonhou pixelot graphicdiversion elegantseagulls lebensraum-eilenriede jstraining augustinteractive iwc chop-chop 7pine thesum hatbox infinvision handlewithlove intrinsicstudio vonchurch About Brant Wilson Brant Wilson is a staff writer for the DesignMag network.

Advanced CSS Menu | by Web Designer Wall. Ten CSS tricks you may not know. 1. CSS font shorthand rule When styling fonts with CSS you may be doing this: font-weight: bold; font-style: italic; font-variant: small-caps; font-size: 1em; line-height: 1.5em; font-family: verdana,sans-serif There's no need though as you can use this CSS shorthand property: font: bold italic small-caps 1em/1.5em verdana,sans-serif Much better! 2. Usually attributes are assigned just one class, but this doesn't mean that that's all you're allowed. <p class="text side">... Using these two classes together (separated by a space, not with a comma) means that the paragraph calls up the rules assigned to both text and side. 3. When writing a border rule you'll usually specify the color, width and style (in any order).

If you were to write just border: solid then the defaults for that border will be used. 4. Lots of web pages have a link to a print-friendly version. So, your page header should contains links to two CSS documents, one for the screen, and one for printing: 5. <h1>Buy widgets</h1> 12 CSS Tools and Tutorials for Beautiful Web Typography. 1139 shares 20 Fresh CSS3 Tutorials The design industry is probably one of the fastest changing and growing. Designers have to keep their eyes on everything, including new trends in visual design, as well as interaction technologies like jQuery, HTML5, and CSS3. Designers are using these technologies to express more creativity in design production and make user experience richer. Read More 559 shares Developing Streamlined and Efficient CSS Styles CSS can be compared to the sculptor’s tool set when crafting a sculpture.

Extreme CSS.