+ 1
Question
How do you move "this is also a text" to the centre in the same paragraph. You also shouldnt remove the hr on the right https://code.sololearn.com/WUz63d64wo9T/?ref=app
3 Answers
+ 3
Add p tag to that text and use p{ text-align: center; } in css
Also use text-align instead of html's align property it's better to use css and apply properties to multiple elements rather than add them within html tags individually.
https://code.sololearn.com/W4R99DIIp9GU/?ref=app
Note: The tags should be used for adding relevant tags directly related to the post and Code links should be in your post description
https://code.sololearn.com/WUz63d64wo9T/?ref=app
0
Ty so much :)
0
Note: The tags should be used for adding relevant tags directly related to the post and Code links should be in your post description
https://code.sololearn.com/WUz63d64wo9T/?ref=app
what do u mean by this?