All CSS Border Styles
CSS Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Mar 23, 2007 |
| Last Updated | Aug 13, 2009 |
| Tags | border css styles |
Introduction
| Code: |
| <div class='solid'>Content</div> |
CSS Snippet:
All CSS Border Styles
Posted on Mar 25, 2007 2:54 pm
Posted on Mar 25, 2007 2:54 pm
btw, you can change the 1px to 2px etc., to get bigger border.
CSS Snippet:
All CSS Border Styles
Posted on Mar 25, 2007 3:55 pm
Posted on Mar 25, 2007 3:55 pm
Of course, but I mostly use this for debugging CSS code.
CSS Snippet:
All CSS Border Styles
Posted on Jun 21, 2008 3:54 am
Posted on Jun 21, 2008 3:54 am
And obviously you can change #000000 to whichever color you would like!
CSS Snippet:
All CSS Border Styles
Posted on Jun 23, 2008 5:14 pm
Posted on Jun 23, 2008 5:14 pm
Yeah, or just use #000 as I've been doing lately.
CSS Snippet:
All CSS Border Styles
Posted on Sep 11, 2008 8:21 am
Posted on Sep 11, 2008 8:21 am
Of course it's useful for cross-browser testing, but when I'm struggling with the CSS, I usually use the Web developers' toolbar, an addon for FireFox.
(Though I use Opera for my general browsing and website testing.)
(Though I use Opera for my general browsing and website testing.)
CSS Snippet:
All CSS Border Styles
Posted on Aug 13, 2009 10:08 pm
Posted on Aug 13, 2009 10:08 pm
<div style='solid'>Content</div>
wouldnt that be:
<div class='solid'>Content</div>
wouldnt that be:
<div class='solid'>Content</div>
CSS Snippet:
All CSS Border Styles
Posted on Aug 13, 2009 11:49 pm
Posted on Aug 13, 2009 11:49 pm
Thanks Korvin, was a slight oversight.







