Skip to content

Commit 9562235

Browse files
committed
adding new css resource
1 parent 5bfbffb commit 9562235

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

cascading-style-sheets.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ <h2>CSS resources</h2>
179179
is an interesting read since many developers do not consider the
180180
implications of CSS complexity in browser rendering time.</p>
181181
</li>
182+
<li>
183+
<p><a href="http://caniuse.com/">Can I Use...</a> is a compatibility table that shows
184+
which versions of browsers implement specific CSS features.</p>
185+
</li>
182186
</ul>
183187
<h2>CSS learning checklist</h2>
184188
<p><i class="fa fa-check-square-o"></i>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-10T07:23:34Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-10T07:25:13Z</updated></feed>

source/content/pages/05-client-side/0501-css.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ web application's design.
144144
is an interesting read since many developers do not consider the
145145
implications of CSS complexity in browser rendering time.
146146

147+
* [Can I Use...](http://caniuse.com/) is a compatibility table that shows
148+
which versions of browsers implement specific CSS features.
149+
147150

148151
## CSS learning checklist
149152
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)