OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.53k stars 3.67k forks source link

Create Added _new _css _padding.html #6724

Open Subhadip956425 opened 8 months ago

Subhadip956425 commented 8 months ago

solved issue #6664

In this example, the CSS padding property is used to add space around the content of a div element. The padding property can take four values: top, right, bottom, and left. In this case, the padding is set to 20 pixels for all four sides for the container div.

The unique-padding div has a different padding value of 10px 20px 30px 40px. This means that the top padding is 10 pixels, the right padding is 20 pixels, the bottom padding is 30 pixels, and the left padding is 40 pixels.

Fixes issue:

Changes: