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

Add Some More Selectors Tag in CSS Notes #232

Open
Fuzaildev opened this issue Oct 21, 2023 · 5 comments
Open

Add Some More Selectors Tag in CSS Notes #232

Fuzaildev opened this issue Oct 21, 2023 · 5 comments

Comments

@Fuzaildev
Copy link
Contributor

Fuzaildev commented Oct 21, 2023

/* Child Selector (using > ) */
div>p {
background-color: green;
}

/* Descendant Selector */

.div p {
background-color: maroon;
}

@github-actions
Copy link

Hi 😄, thanks for creating your first contribution at Official-Website, do read and follow the Contribution Guidelines while contributing.

@sridharrajaram
Copy link
Contributor

Is anybody working on this open issue.

@sridharrajaram
Copy link
Contributor

@ManishBisht777 pls assign to me if nobody working on this

@Fuzaildev
Copy link
Contributor Author

Is anybody working on this open issue.

I'm working on this issue

@sridharrajaram
Copy link
Contributor

@ManishBisht777 pls assign to me if nobody working on this

Pls assign to @Fuzaildev

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

No branches or pull requests

2 participants