The CSS !important declaration. This article will discuss what it is, how it’s declared, some practical uses for it, and drawbacks that need to be considered before implementing it…
-
Everything You Need to Know About the !important CSS Declaration
Posted: 1 year ago in Tutorials
Read More: Everything You Need to Know About the !important CSS Declaration
-
15 Useful CSS Grid Layout Generators For Web Designers
Posted: 1 year ago in Tools
Read More: 15 Useful CSS Grid Layout Generators For Web Designers
-
Coding CSS Calendars with Lists and Sprites
Posted: 1 year ago in Tutorials
Read More: Coding CSS Calendars with Lists and Sprites
-
Tabbed Navigation Using CSS
Posted: 1 year ago in Tutorials
This tutorial will teach you how to create low-bandwidth tab navigation on a web page using CSS. As an extra bonus you’ll also learn how to switch tabs without loading the page more than once…
Read More: Tabbed Navigation Using CSS
-
CSS Based
Posted: 1 year ago in Galleries
CSS Based is a project providing web designers a gallery of well designed CSS-based websites from all around the world.
Read More: CSS Based
-
The 1Kb CSS Grid – Part 1
Posted: 1 year ago in Code
Here is a fresh take on the CSS grid (loosely based on Nathan Smith’s 960 Grid System). Its mission is to be lightweight. It can be used to streamline page templates for content management. All this in just one measly kilobyte (actually, 662 bytes, but who’s counting)…
Read More: The 1Kb CSS Grid – Part 1
-
Target IE6 and IE7 with only 1 extra character in your CSS
Posted: 1 year ago in Code
To get around the inadequacies and bugs of IE6 and IE7, we see people going to great lengths and even adding a second stylesheet with conditional comments when we all preach at the same time to minimize HTTP requests. Complicated hacks and workarounds all take more time. And time is money in the business world (especially to support a dying user base). Here’s a quick solution…
Read More: Target IE6 and IE7 with only 1 extra character in your CSS
-
How To Put a Multi-Line Indent on a Styled Blockquote
Posted: 1 year ago in Tutorials
This brief and easy tutorial provides a method to indent multiple lines of text around a background image on a styled blockquote element…
Read More: How To Put a Multi-Line Indent on a Styled Blockquote
-
Transform your text with text-transform
Posted: 1 year ago in Tutorials
Text-transform is an incredibly useful CSS property, yet also one of the most underused. Here are its possible values (with examples)…
Read More: Transform your text with text-transform
-
The CSS Overflow Property
Posted: 1 year ago in Tutorials
Every single element on a page is a rectangular box. The sizing, positioning, and behavior of these boxes can all be controlled via CSS. By behavior, I mean how the box handles it when the content inside and around it changes. For example, if you don’t set the height of a box, the height of that box will grow as large as it needs to be to accommodate the content. But what happens when you do set a specific height or width on a box, and the content inside cannot fit? That is where the CSS overflow property comes in…
Read More: The CSS Overflow Property