How To Make A Dotted Hr In Css - Code Example

GrabThisCode.com
  • Search snippets
  • Browse Code Answers
  • FAQ
  • Usage docs
Log In Sign Up
  1. Home
  2. CSS
  3. how to make a dotted hr in css
Newar Newar Programming language:CSS 2021-03-06 18:15:01 6 Q: how to make a dotted hr in css Lara Lara Code: CSS 2021-02-02 11:02:47 /* hr { border:none; border-top:1px dotted #f00; color:#fff; background-color:#fff; height:1px; width:50%; } */ 2 mughees ilyas mughees ilyas Code: CSS 2021-03-31 18:04:34 hr { border:none; border-top:1px dashed #f00; color:#fff; background-color:#fff; height:1px; width:50%; } 3

Tags

  • make
  • css
  • how
  • dot

Related

  • dotted underline css
  • line height css
  • css circle border
  • a no line css
  • rounded gradient border css
  • css line-clamp
  • how to make borders rounded in css
  • line through in css
  • increase space between border dots css
  • dotted line css
  • css wavy line

New to Communities?

Join the community

Từ khóa » Hr Dotted Line Css