Skip to content

Fix typos in 013-016-css-basics README.md #95

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

Merged
merged 1 commit into from
Apr 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions days/013-016-css-basics/your-turn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ The watch the videos and keep track of where you might want to grab some example

Today you get to play with CSS selectors. These are incredibly important because the way you target elements in CSS files are by specifying the selectors.

Open the selector section of our demo app (from the videos). It's located adjacent to this foyer:
Open the selector section of our demo app (from the videos). It's located adjacent to this folder:

`013-016-css-basics/demos/selectorville/selectors.html`

Remember that you can just open that file directory from your hard drive.
Remember that you can just open that file directly from your hard drive.

Use the "What can I use" dialog to find some interesting things to query and highlight. Look at the source code of the HTML file to find other interesting CSS selectors to run as well.

Expand Down