Found 90 bookmarks
By relevance
A Couple of Use Cases for Calc()
A Couple of Use Cases for Calc()
calc() is a native CSS way to do simple math right in CSS as a replacement for any length value (or pretty much any number value). It has four simple math operators: add (+), subtract (-), multiply (*), and divide (/). Being able to do math in code is nice and a welcome addition to a language that is fairly number heavy.
·css-tricks.com·
A Couple of Use Cases for Calc()
6 Things I Learned About Print Stylesheets From HTML5 Boilerplate
6 Things I Learned About Print Stylesheets From HTML5 Boilerplate
Print stylesheets can be a pain if you don’t know what you’re doing. Before you even approach one you need to make sure to do some solid research into how to go about it. Today we’re going to help you along by first discussing the conceptual considerations that you need t...
·designshack.net·
6 Things I Learned About Print Stylesheets From HTML5 Boilerplate
Stronger, Better, Faster Design with CSS3
Stronger, Better, Faster Design with CSS3
In our last article about CSS3, ["Pushing Your Buttons With Practical CSS3](https://www.smashingmagazine.com/2009/12/02/pushing-your-buttons-with-practical-css3/), we talked about using new CSS3 techniques like gradients, border-radius and drop-shadows to create compelling, flexible and (in some cases) hilarious buttons.
·smashingmagazine.com·
Stronger, Better, Faster Design with CSS3
5 Simple, But Useful CSS Properties
5 Simple, But Useful CSS Properties
This post is about 5 useful CSS properties that you should be very familiar with, but will most likely rarely use. I’m not talking about the new fancy CSS3 properties. I’m referring to the old CSS2 properties such as: clip, min-height, white-space, cursor, and display that are widely supported by all browsers. So, don’t miss […]
·webdesignerwall.com·
5 Simple, But Useful CSS Properties