Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
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 …

Avatar of Carter Li
Carter Li on Jun 18, 2021
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).…

Avatar of Sara Cope
Sara Cope on Aug 31, 2011 (Updated on May 20, 2022)

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Agency Coaching
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top