-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathindex.html
264 lines (233 loc) · 12.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="../_css/reset.css" />
<link rel="stylesheet" href="../_css/styles.css" />
<link rel="stylesheet" href="../_css/prism.css" />
<script src="../_js/prism.js"></script>
<title>CSS Fundamentals Learning Resources - Front-End Developer Learning Roadmap</title>
</head>
<body>
<div id="menu">
<a id="backToRoadMapLink" href="/">← Front-End Developer Learning Roadmap</a>
<div id="toc"></div>
</div>
<div id="panel">
<div id="menuButton">|||</div>
<div id="betaHeader"></div>
<div id="bookPadding">
<h1>CSS Fundamentals</h1>
<section class="attribution">
<p style="margin-top: 0px">
Written by
<a href="http://codylindley.com/" rel="nofollow">Cody Lindley</a>
<span id="lastMod" style="display: none">updated <span id="lastModDate"></span></span>
</p>
<h4>
<a href="https://frontendmasters.com/guides/learning-roadmap/">The Front-End Developer Roadmap</a> from <a href="https://frontendmasters.com/">Frontend Masters</a> - Advance your skills with in-depth, modern front-end engineering courses.
</h4>
</section>
<script>
if (document.lastModified) {
document.getElementById('lastMod').style.display = 'inline';
document.getElementById('lastModDate').innerText = document.lastModified.split(' ')[0];
}
</script>
<hr />
<p><strong>Overview:</strong></p>
<p>Learning resources.</p>
<hr />
<p><strong>Definitions:</strong></p>
<dl>
<dt>CSS</dt>
<dd>
Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup
language. Although most often used to change the style of web pages and user interfaces written in HTML, the language can be applied to
any kind of XML document, including plain XML, SVG and XUL. Along with HTML and JavaScript, CSS is a cornerstone technology used by most
websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications.
</dd>
</dl>
<hr />
<p><strong>Contribute content, suggestions, and fixes on github</strong>:</p>
<p>
<a href="https://github.com/FrontendMasters/learning-roadmap">https://github.com/FrontendMasters/learning-roadmap</a>
</p>
<hr />
<div id="chapter1" class="chapter">
<h2>Learning Resources</h2>
<ul>
<li><a href="https://learn.shayhowe.com/html-css/getting-to-know-css/" target="_blank">Getting to Know CSS</a> <span title="Read">📕</span></li>
<li><a href="https://marksheet.io/css-basics.html" target="_blank">Painting with code</a> <span title="Read">📕</span></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Learn/CSS" target="_blank">MDN: CSS</a> <span title="Read">📕</span></li>
<li>
<a href="https://webdesign.tutsplus.com/courses/understanding-the-css-box-model" target="_blank">Understanding the CSS Box Model</a>
<span title="Video">🎥</span> <span title="Paid">💵</span>
</li>
<li><a href="http://flukeout.github.io/" target="_blank">CSS Diner</a> [interact]</li>
<li>
<a
href="https://www.amazon.com/CSS-Secrets-Solutions-Everyday-Problems/dp/1449372635/?&_encoding=UTF8&tag=frontend-handbook-20&linkCode=ur2&linkId=40a9480c18839b4b2ea798aa2afafd0e&camp=1789&creative=9325"
target="_blank"
>CSS Secrets: Better Solutions to Everyday Web Design Problems</a
>
<span title="Read">📕</span> <span title="Paid">💵</span>
</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3" target="_blank">CSS3</a> <span title="Read">📕</span></li>
<li><a href="https://frontendmasters.com/courses/css-in-depth-v2/" target="_blank">CSS In-Depth, v2</a> <span title="Video">🎥</span> <span title="Paid">💵</span></li>
<li><a href="https://moderncss.dev/" target="_blank">moderncss.dev</a></li>
</ul>
</div>
<div id="chapter2" class="chapter">
<h2>Standards/Specifications:</h2>
<ul>
<li><a href="http://css4-selectors.com/selectors/" target="_blank">CSS Selectors from CSS4 till CSS1</a> <span title="Read">📕</span></li>
<li>
<a href="http://www.w3.org/Style/CSS/current-work#roadmap" target="_blank">All W3C CSS Specifications</a>
</li>
<li>
<a href="https://drafts.csswg.org/css2/" target="_blank">Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification</a>
</li>
<li>
<a href="https://drafts.csswg.org/indexes/" target="_blank">CSS Indexes - A listing of every term defined by CSS specs</a>
</li>
<li>
<a href="http://www.w3.org/TR/css3-selectors/" target="_blank">Selectors Level 3</a>
</li>
</ul>
</div>
<div id="chapter3" class="chapter">
<h2>References/Docs</h2>
<ul>
<li>
<a href="https://chromium.googlesource.com/chromium/blink/+/master/Source/core/css/html.css" target="_blank"
>Default CSS for Chrome Browser</a
>
</li>
<li>
<a href="http://csscursor.info/" target="_blank">CSS Cursors</a>
</li>
<li>
<a href="http://css3clickchart.com/" target="_blank">css3clickchart.com</a>
</li>
<li>
<a href="http://cssreference.io/" target="_blank">cssreference.io</a>
</li>
<li>
<a href="https://drafts.csswg.org/indexes/" target="_blank">CSS Indexes - A listing of every term defined by CSS specs</a>
</li>
<li>
<a href="http://css4-selectors.com/" target="_blank">css4-selectors.com</a>
</li>
<li>
<a href="https://css-tricks.com/almanac/" target="_blank">CSS Tricks Almanac</a>
</li>
<li>
<a href="http://cssvalues.com/" target="_blank">cssvalues.com</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference" target="_blank">MDN CSS Reference</a>
</li>
<li>
<a href="https://adam-marsden.co.uk/css-cheat-sheet/" target="_blank">CSS Cheat Sheet</a>
</li>
<li>
<a href="https://cssdb.org/" target="_blank">What’s next for CSS?</a>
</li>
<li>
<a href="http://csstriggers.com/" target="_blank">CSS Triggers...a Game of Layout, Paint, and Composite</a>
</li>
</ul>
</div>
<div id="chapter4" class="chapter">
<h2>Glossary/Vocabulary</h2>
<ul>
<li>
<a href="https://www.codecademy.com/articles/glossary-css" target="_blank"
>CSS Glossary - Programming Reference for CSS Covering Comments, Properties, and Selectors</a
>
</li>
<li>
<a href="http://apps.workflower.fi/vocabs/css/en" target="_blank">CSS Vocabulary</a>
</li>
</ul>
</div>
<div id="chapter5" class="chapter">
<h2>CSS Units Learning Resources</h2>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units" target="_blank"
>CSS values and units</a
>
<span title="Read">📕</span>
</li>
<li>
<a href="https://gist.github.com/basham/2175a16ab7c60ce8e001" target="_blank">CSS units</a>
<span title="Read">📕</span>
</li>
</ul>
</div>
</div>
</div>
<script src="../_js/slideout.min.js"></script>
<script src="../_js/jquery-3.3.1.slim.min.js"></script>
<script>
// Create slide out TOC
var slideout = new Slideout({
panel: document.getElementById('panel'),
menu: document.getElementById('menu'),
padding: 356,
tolerance: 70,
});
// Create TOC dynamically from content
jQuery('.chapter').each(function (index) {
jQuery('h2', '#chapter' + (index + 1)).each(function (i) {
$(this).attr('id', index + 1);
$('#toc').append('<h5><a href="#' + (index + 1) + '">' + $(this).html() + '</a></h5>');
});
jQuery('h3', '#chapter' + (index + 1)).each(function (i) {
$(this).attr('id', index + 1 + '.' + (i + 1));
$('#toc').append('<h6><a href="#' + (index + 1) + '.' + (i + 1) + '">' + $(this).html() + '</a></h6>');
});
});
jQuery('#panel').on('click', 'a:not(.codesandboxlink a, .toolbar a)', function () {
window.open($(this).attr('href'));
return false;
});
// toggle TOC from hamburger icon
document.querySelector('#menuButton').addEventListener('click', function () {
slideout.toggle();
});
// toggle TOC on window resize
window.addEventListener('resize', resizeThrottler, false);
var resizeTimeout;
function resizeThrottler() {
// ignore resize events as long as an actualResizeHandler execution is in the queue
if (!resizeTimeout) {
resizeTimeout = setTimeout(function () {
resizeTimeout = null;
actualResizeHandler();
// The actualResizeHandler will execute at a rate of 15fps
}, 66);
}
}
function actualResizeHandler() {
if (window.innerWidth > 1036) {
slideout.open();
} else {
slideout.close();
}
}
// open TOC on load if window is wide enough
window.addEventListener('load', function (event) {
if (window.innerWidth > 1036) {
slideout.open();
} else {
slideout.close();
}
});
</script>
</body>
</html>