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;
}
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;
}
Browser other questions tagged html css
You are not signed in. Login or sign up in order to post.
I recommend reading this post: https://stackoverflow.com/a/20724978/10256655
– Neto Costa