What are the differences between padding-left and left property in CSS ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
padding-leftcreates padding on the left side of an object’s box. This is space that appears inside the box, causing the overall width of the element to increase.leftis used to position an element, where the value given moves the element from its left edge. This is usually used in conjunction with thepositioningrule.