keith17300 Posted September 7 Share Posted September 7 Site URL: https://www.ssi.com.hk/ Dear all, my website is https://www.ssi.com.hk/, there is a vertical line, and the code is } .vertical-line { background: #000000; width: 3px; height: 125px; margin: 0 auto; } may i ask that, how could i make the vertical line become "vertical dashed line"? Thank you so much. Link to comment
Solution keith17300 Posted September 8 Author Solution Share Posted September 8 Dear All, I fixed the problem, and i use, } .vertical-line { background: none; width: 0px; height: 120px; border:3px dashed #000000; margin: 0 auto; } and finally become this, Thank you so much. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment