Skip to content

Commit 3abc73a

Browse files
committed
adding link to mozilla dev network
1 parent 97208ee commit 3abc73a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

cascading-style-sheets.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,14 @@ <h2>Design resources</h2>
122122
</ul>
123123
<h2>CSS resources</h2>
124124
<ul>
125-
<li><a href="http://alistapart.com/article/css-positioning-101">CSS Positioning 101</a></li>
125+
<li>
126+
<p><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">Mozilla Developer Network's CSS page</a>
127+
contains an extensive set of resources, tutorials and demos for learning
128+
CSS.</p>
129+
</li>
130+
<li>
131+
<p><a href="http://alistapart.com/article/css-positioning-101">CSS Positioning 101</a></p>
132+
</li>
126133
</ul>
127134
<br/>
128135
Next read the

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-03-25T10:20:01Z</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-03-25T10:22:09Z</updated></feed>

source/content/pages/10-css/1001-cascading-style-sheets.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,9 @@ in the view source screenshot below.
4949
need to learn them.
5050

5151
## CSS resources
52+
* [Mozilla Developer Network's CSS page](https://developer.mozilla.org/en-US/docs/Web/CSS)
53+
contains an extensive set of resources, tutorials and demos for learning
54+
CSS.
55+
5256
* [CSS Positioning 101](http://alistapart.com/article/css-positioning-101)
57+

0 commit comments

Comments
 (0)