Update css.html.markdown

'It's' reflected a grammatical mistake, I adjusted the sentence for a bit of clarity.
This commit is contained in:
Matt Lucas 2014-04-30 20:00:53 -04:00
parent 2113e4a6c4
commit 61309e0edf

View File

@ -44,7 +44,7 @@ Given an element like this on the page:
<div class='some-class class2' id='someId' attr='value' /> <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 { } .some-class { }
/*or by both classes! */ /*or by both classes! */