Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
border-collapse

2 Articles
{
,

}
Direct link to the article Using the `outline` Property as a Collapsable Border
border border-collapse outline

Using the `outline` Property as a Collapsable Border

The outline property in CSS draws a line around the outside of an element. This is quite similar to the border property, the main exception being that outline isn’t a part of the box model. It is often used for …

Carter Li on Jun 18, 2021
Direct link to the article border-collapse
border-collapse borders

border-collapse

The border-collapse property is for use on <table> elements (or elements made to behave like a table through display: table or display: inline-table).…

Sara Cope on May 20, 2022

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top