-
Notifications
You must be signed in to change notification settings - Fork 52
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
CSS-01 workshop #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see Haneen's comments
background-color: black; | ||
} | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use w3Schools examples to clarify and show them how this works exactly
https://www.w3schools.com/css/css_pseudo_elements.asp
it contains examples for all pseudo-classes and elements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have these examples
- https://codepen.io/fares98/pen/RwPKyBQ
- https://codepen.io/fares98/pen/PoqWeyd
- https://codepen.io/fares98/pen/WNvRJPB
- https://codepen.io/fares98/pen/LYVxrPO
- https://codepen.io/fares98/pen/GRJrGJw
example for every pseudo-element individually.
but I didn't use it because I discussed that with Haneen and we decided to use the examples that found in the workshop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am trying to find a good way to present the examples.
I have a suggestion, create a folder for examples that contains index.html and index.css and add all examples,
what do you think?
@MohammedYehia do you have any idea?
@fares98 could you check the request changes? |
@MohammedYehia if you have time, please review this PR |
No description provided.