File tree Expand file tree Collapse file tree 4 files changed +17
-1
lines changed
source/content/pages/05-client-side Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2015,6 +2015,12 @@ <h2>Design resources</h2>
20152015< p > < a href ="https://kuler.adobe.com/create/color-wheel/ "> Kuler</ a > is a complementary
20162016 color picker by Adobe that helps choose colors for your designs.</ p >
20172017</ li >
2018+ < li >
2019+ < p > If you want to learn more about how browsers work behind the scenes,
2020+ here's a
2021+ < a href ="http://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html "> blog post series on building a browser engine</ a >
2022+ that will show you how to build a simple rendering engine.</ p >
2023+ </ li >
20182024</ ul >
20192025 < h1 > Cascading Style Sheets (CSS)</ h1 >
20202026< p > Cascading Style Sheet (CSS) files contain rules for how to display and
Original file line number Diff line number Diff line change 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-09-08T14:16:30Z </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-09-09T06:34:36Z </updated ></feed >
Original file line number Diff line number Diff line change 5757* [ Kuler] ( https://kuler.adobe.com/create/color-wheel/ ) is a complementary
5858 color picker by Adobe that helps choose colors for your designs.
5959
60+ * If you want to learn more about how browsers work behind the scenes,
61+ here's a
62+ [ blog post series on building a browser engine] ( http://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html )
63+ that will show you how to build a simple rendering engine.
6064
Original file line number Diff line number Diff line change @@ -73,6 +73,12 @@ <h2>Design resources</h2>
7373< p > < a href ="https://kuler.adobe.com/create/color-wheel/ "> Kuler</ a > is a complementary
7474 color picker by Adobe that helps choose colors for your designs.</ p >
7575</ li >
76+ < li >
77+ < p > If you want to learn more about how browsers work behind the scenes,
78+ here's a
79+ < a href ="http://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html "> blog post series on building a browser engine</ a >
80+ that will show you how to build a simple rendering engine.</ p >
81+ </ li >
7682</ ul >
7783 < div class ="row ">
7884 < div class ="col-md-4 ">
You can’t perform that action at this time.
0 commit comments