Skip to content

Commit 580ed8c

Browse files
committed
adding new resource for css
1 parent cd2994d commit 580ed8c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

cascading-style-sheets.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ <h2>Design resources</h2>
153153
<h2>CSS resources</h2>
154154
<ul>
155155
<li>
156+
<p><a href="https://github.com/dypsilon/frontend-dev-bookmarks">Frontend Development Bookmarks</a>
157+
is one of the largest collections of valuable resources for frontend
158+
learning both in CSS as well as JavaScript.</p>
159+
</li>
160+
<li>
156161
<p><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">Mozilla Developer Network's CSS page</a>
157162
contains an extensive set of resources, tutorials and demos for learning
158163
CSS.</p>

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-12T06:23:36Z</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-13T07:06:21Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ web application's design.
123123

124124

125125
## CSS resources
126+
* [Frontend Development Bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks)
127+
is one of the largest collections of valuable resources for frontend
128+
learning both in CSS as well as JavaScript.
129+
126130
* [Mozilla Developer Network's CSS page](https://developer.mozilla.org/en-US/docs/Web/CSS)
127131
contains an extensive set of resources, tutorials and demos for learning
128132
CSS.

0 commit comments

Comments
 (0)