Align text inside a div that is cemy circle

Nesyexceese

New Member
I have this code of my div. I want to alight some text inside. The text has to be aligned to the left curv of the div. How can this be possible?Thank you!Here is the code of the div:\[code\]#cv {position: absolute;top: 10%;left: 30%;width: 300px;height: 600px;background-color: #ffffff; border: 1px solid #ff0000;border-radius:300px 0px 0px 300px;padding: 10px;}\[/code\]
 
Back
Top