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

Step2 #23

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Step2 #23

wants to merge 11 commits into from

Conversation

Abdalrazaq94
Copy link

step 2

@Abdalrazaq94
Copy link
Author

srep 2

@@ -1,38 +1,50 @@
/* Step-2 You can assign padding to all sides of a container by using the padding shorthand property. */

.content-left {

padding: 20 20 20 20 px;
Copy link

Choose a reason for hiding this comment

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

you can write 20px once that will be the same you did, less code is better

}

/* Step 2 You can assign padding to all sides of a container by using the padding shorthand property. */

.header {

padding: 20 20 20 20 px;
Copy link

Choose a reason for hiding this comment

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

Same here

@@ -1,17 +1,27 @@
/* Step-3 You can assign padding to all sides of a container by using the padding shorthand property. */

.content-mid {
padding: 80 80 80 80px;
Copy link

Choose a reason for hiding this comment

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

same here

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.

2 participants