Search
 
SCRIPT & CODE EXAMPLE
 

CSS

How to create a dotted hr

/* you can put this line in your .css Change the width, 
border etc and colour to your liking*/

hr {
  width: 10%;
  border: 10px dotted;
  border-style: none none dotted;
  color: grey
}

Comment

how to make a dotted hr in css

/* hr {
  border:none;
  border-top:1px dotted #f00; 
  color:#fff;
  background-color:#fff;
  height:1px;
  width:50%;
} */
Comment

PREVIOUS NEXT
Code Example
Css :: fixed within the div css 
Css :: rounded left border tailwind css 
Css :: red asterix css 
Css :: lynx install bash 
Css :: background image repeat css 
Css :: css stripes 
Css :: alternate css animation 
Css :: how to insert gradient in css 
Css :: css change image width 
Css :: html disabled button hover style 
Css :: css example 
Css :: css button click animation 
Css :: hover li change a color 
Css :: morphism box shadow 
Css :: vuetify width of textfield 
Css :: scss media query 
Css :: css create a circle image 
Css :: css how to make text italic 
Css :: nesting in sass 
Css :: animated background css 
Css :: include screen size 
Css :: variables scss 
Css :: scale down image css 
Css :: Submit Button CSS Class 
Css :: css hover rounded corners 
Css :: scss darken 
Css :: card with css grid 
Css :: css radial gradients 
Css :: css accent 
Css :: box shadow example 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =