Skip to content

Commit

Permalink
Update intro-to-css-prework.md
Browse files Browse the repository at this point in the history
Add HTML/CSS profile-styler to this lesson
  • Loading branch information
niksseif authored Apr 18, 2024
1 parent 892085f commit 2264655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lessons/module-1/intro-to-css-prework.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ IDs help us accomplish a similar goal as classes do. The difference is that IDs
```

**Note the syntax:** to target an element by id, we preface the class name with a octothorp/pound/hashtag, `#`, in the CSS selector.

## Exercise :
After you've completed this lesson, work through the HTML portion of this [exercise](https://github.com/turingschool-examples/profile-styler)

0 comments on commit 2264655

Please sign in to comment.