Top

All CSS Border Styles

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Mar 23, 2007
Last Updated  Mar 27, 2007
Tags  border  css  styles 

Introduction

I always need these for my CSS development. They're great for making your CSS more visible for debugging. You can include one or all in your main stylesheet and just apply the style to any div you're working on:

Code:
<div style='solid'>Content</div>


Grab the Code

Comments

  (4)  RSS
Noutrious
Comments: 340
 
CSS Snippet:  All CSS Border Styles
Posted on Mar 25, 2007 2:54 pm
btw, you can change the 1px to 2px etc., to get bigger border.
Hawkee
Comments: 398
 
CSS Snippet:  All CSS Border Styles
Posted on Mar 25, 2007 3:55 pm
Of course, but I mostly use this for debugging CSS code.
vaseline28
Comments: 111
 
CSS Snippet:  All CSS Border Styles
Posted on Jun 21, 2008 3:54 am
And obviously you can change #000000 to whichever color you would like!
Hawkee
Comments: 398
 
CSS Snippet:  All CSS Border Styles
Posted on Jun 23, 2008 5:14 pm
Yeah, or just use #000 as I've been doing lately.

Please Register or Login to start posting comments.
Bottom