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

Update index.html #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Playground</h2>

<article id="selectors" class="exercises">
<header>
<h1>Base CSS Selectors</h1>
<h1>Base CSS Selector</h1>
<p>
First we'll start off by using the base selectors to add styles to
elements on the page. These base selectors have different levels of
Expand Down Expand Up @@ -125,7 +125,7 @@ <h2>ID Selectors</h2>
</article>

<article id="advanced-selectors" class="exercises">
<h1>Advanced Selectors</h1>
<h1>Advanced Selector</h1>
<p>
Here we'll play around with using more advanced selectors to target
elements more specifically. You'll need to make use of pseudo-class
Expand Down Expand Up @@ -176,6 +176,6 @@ <h1>Advanced Selectors</h1>
</ol>
</article>

<h2>Keep playing around, try combining CSS selectors and see what happens!</h2>
<h2>Keep playing around, try combining CSS selectors and see what happens!!</h2>
</body>
</html>