Posts tagged border:
12 Creative and Cool Uses for the CSS Border Property
If CSS properties attended high school, you would never expect to see the border property sitting at the cool kids’ table. Actually, you’d be surprised at just how cool the border property can be. Please take the following dozen exhibits as proof that the CSS border property is a lot cooler than we give it credit for. […]
Easy Rounded Corners with Border-Radius
The realm of CSS is a realm of boxes. However, the forthcoming CSS3 specification offers us a glimmer of hope in the form of rounded corners. And better yet, a few browsers already support rounded corners! […]
Writing CSS Shorthand
Writing Cascading Style Sheets saves you time and bandwidth in the long run by removing all of the presentational elements and attributes from your web pages and moving them into a separate document. But sometimes that CSS document itself can […]