How to move the rounded corners in the x-coordinate/axis ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to move the rounded corners in the x-coordinate/axis ?

when I write the code of the rounded corners it is shown in the top right side of the screen and I want to move it the right and bottom but I can't

1st Apr 2017, 6:02 PM
Nour Rihan
Nour Rihan - avatar
3 Answers
+ 16
Try this. HTML: <p>Hello </p> CSS: p { border:1px solid black; border-radius:5px; text-align:center; margin-top:400px; } If this doesn't works, let me know.
4th Apr 2017, 3:30 AM
Biraj Patel
+ 13
Can you specify it by writing more details about it?
3rd Apr 2017, 10:02 AM
Biraj Patel
+ 2
IT WORKED MR.BIRAJ PATEL REALLY THANK YOU
4th Apr 2017, 3:07 PM
Nour Rihan
Nour Rihan - avatar