mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update css.html.markdown
'It's' reflected a grammatical mistake, I adjusted the sentence for a bit of clarity.
This commit is contained in:
parent
2113e4a6c4
commit
61309e0edf
@ -44,7 +44,7 @@ Given an element like this on the page:
|
||||
<div class='some-class class2' id='someId' attr='value' />
|
||||
*/
|
||||
|
||||
/* you can target it by it's class name */
|
||||
/* you can target it by a class name */
|
||||
.some-class { }
|
||||
|
||||
/*or by both classes! */
|
||||
|
Loading…
Reference in New Issue
Block a user