Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. You can use the border property to style a hr element: Example. /* Red border */ hr.new1 { border-top: 1px solid red; } /* Dashed red border */ hr.new2 { border-top: 1px dashed red; } /* Dotted red border */ hr.new3 { border-top: 1px dotted red; } /* Thick red border */ hr.new4 { border: 1px solid red; } /* Large rounded green border */ hr.new5 {

    • Tryit Editor V3.6

      The W3Schools online code editor allows you to edit code and...

    • Circles

      W3Schools offers free online tutorials, references and...

    • Coupon

      W3Schools offers free online tutorials, references and...

  2. It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.

  3. hr { background-color: #fff; padding: 0; margin: 80px; } hr.hr-1 { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); } hr.hr-2 { border: 0; border-bottom: 2px dashed #eee; background: #999; } hr.hr-3 { border: 0; height: 0; border-top: 1px solid #8c8c8c; } hr.hr-4 ...

  4. 10 Σεπ 2015 · I am trying to get CSS to use an image when the < hr /> tag is used. I am currently using: hr. {. display:block; border:none; height:10px; background-image:url('img/ruler.gif'); }

  5. Collection of free HTML and CSS <hr> code examples. Update of August 2018 collection. 6 new items.

  6. 24 Φεβ 2016 · hr { border:none; border: 1px solid #d7d7d7; } .hr { text-align: center; } .hr img { position: relative; top: -18px; background:white; padding:0 5px; } Result: Fiddle

  7. 1 Μαΐ 2021 · CSS styling. 3.1 Resetting the default style. Browsers render <hr> as a horizontal rule by default. W3Schools (2021a) offers the CSS code that most browsers use as their default style: hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; }

  1. Γίνεται επίσης αναζήτηση για