Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Added _new _css _padding.html #6724

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Subhadip956425
Copy link

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:

solved issue OpenGenus#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.
Copy link
Member

@AdiChat AdiChat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add code in correct directory.

Subhadip956425 added a commit to Subhadip956425/cosmos that referenced this pull request Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants