Is it possible to make such a dotted line, as in the example only by means of css, or is it easier to make a picture? I am interested in just some justified way, for example, I don’t want to make her divas ...
1 answer
hr { border:none; border-top:1px dotted #f00; color:#fff; background-color:#fff; height:1px; width:100%; } hr.ex2 { border:none; border-top:3px dotted #aaa; color:#fff; background-color:#fff; height:1px; width:100%; } string <hr> string2 <hr class="ex2"> string3 See also Styling <hr> with CSS
- so these are just points
..................- Sergey - one@Sergey Well, yes, as in your example, given in the question - Alexey Shimansky
|
