About 1,380,000 results
Open links in new tab
  1. html - Double underline tag? - Stack Overflow

    With the simple markup <h1>foobar</h1>, a way to get a minimal double border across the page is to use. border-bottom: double 3px; If you want to have just the heading text “underlined”, the simplest way is to have inner markup, like <h1><span>foobar</span></h1>, and CSS code. border-bottom: double 3px;

  2. CSS Borders - W3Schools

    CSS Border Style. The border-style property specifies what kind of border to display. The following values are allowed: dotted - Defines a dotted border; dashed - Defines a dashed border; solid - Defines a solid border; double - Defines a double border; groove - Defines a 3D grooved border. The effect depends on the border-color value

  3. How to make double lines border in CSS, each line in different …

    Apr 22, 2011 · In a table, you can add a border-bottom: solid black 1px; in the preceding row and border-top: solid black 1px; in the next row.

  4. html - How do you do a double horizontal line on top and …

    Feb 18, 2015 · Given that a pixel is the smallest unit of a display panel, how do you expect to have a one-pixel border that has two lines separated by a space? Logic alone suggests that a minimum border-width has to be three-pixels. Increase the width of the border as illustrated in the following: Check Fiddle.

  5. How to create a double border in CSS - LogRocket Blog

    Mar 20, 2023 · Using the border-style property with a double keyword value is a conventional method for creating a double line in CSS: .box-1{ background-color: green; border-width: 15px; border-color: red; border-style: double; }

  6. How to specify the double border using CSS - GeeksforGeeks

    Jun 5, 2023 · The task is to specify the double border using CSS. In this article, we are going to use the border-style property to style the border. we have two common methods border-style property style and outline property in CSS. Property used: border-style property: This property is used to set the style of an element’s four borders. Syntax: border ...

  7. 6 Ways to Create a Double Border in CSS - Geekflare

    Dec 28, 2024 · You can use the following ways to create the double border in CSS. The border-style property sets the style of the four borders of an element. We use the double keyword to set the style in this case. When we use the double keyword, automatic padding is created between the two borders.

  8. How To Style the HR Element with CSS - W3Schools

    Learn how to style an hr element with CSS. You can use the border property to style a hr element: The HTML hr tag. Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, …

    Missing:

    • Double Line

    Must include:

  9. 5 Methods to style a double line border using only CSS

    Nov 28, 2012 · The first method of building a double border relies on the use of the hr tag. By setting the background color and height, you can change the color of the hr tag. Combine this with adding a border-bottom and you have yourself a double line border.

  10. Two line HR style - CodePen

    You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself. You can also link to another Pen here (use the .css URL Extension) and we'll pull …

  11. Some results have been removed
Refresh