How to align the HR tag in CSS?

Asked

Viewed 390 times

0

I’m doing so, but I don’t know if it’s the best way. Is there a "align: left;" for hr? Or will I have to use HTML?

#regua-1 {
    border: 2px solid navy; 
    width: 20%;
    position: relative;
    left: -530px;
}
  • I recommend reading this post: https://stackoverflow.com/a/20724978/10256655

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.