0
Line attributes in HTML
What I do wrong? <hr align="center" width="50%" color="green" size=10 /> https://code.sololearn.com/WwJkmO98bsgp/?ref=app Just line is red and size...
1 Resposta
+ 21
it's working fine...
just it will be width="50%" instead of weight="50%"
if u want to align vertically at center...
try this in css 👇
hr {
margin-top:50vh;
}