-
Notifications
You must be signed in to change notification settings - Fork 0
/
themes.html
298 lines (218 loc) · 17.3 KB
/
themes.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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Nils, Roel and Sanne">
<title>Themes - CSS to the Rescue 23/24 - Minor WDD</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Saira:wght@100;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/styles.css">
<link rel="icon" type="image/svg+xml" href="img/favicon.svg">
</head>
<body>
<header>
<a href="index.html">CSS to the Rescue <span><span>23/</span></span>24</a>
<form>
<label>
<input type="checkbox" name="party-pooper">
<span>party pooper <span>mode</span></span>
</label>
</form>
</header>
<main>
<header>
<h1>The themes for the introductory exercise</h1>
</header>
<details id="thema-context">
<summary>
<h2>Thema: Context</h2>
<p class="teams">Teams: <span>🧙<span>+</span>🎁</span> en <span>🦸<span>+</span>🎁</span></p>
</summary>
<div class="details-content">
<h3>Container queries have landed 🔥</h3>
<ul>
<li>Michelle Barker: <a href="https://developer.mozilla.org/en-US/blog/getting-started-with-css-container-queries/">Getting started with CSS container queries</a> (MDN)</li>
<li>Chris Coyier: <a href="https://css-tricks.com/container-units-should-be-pretty-handy/">Container Units Should Be Pretty Handy</a> (CSS tricks)</li>
<li>Stephanie Eckles: <a href="https://moderncss.dev/container-query-units-and-fluid-typography/">Container Query Units and Fluid Typography</a> (moderncss.dev)</li>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2022/100daysof-day65/">Using the em unit in container queries</a> (100 Days of CSS)</li>
</ul>
<h3>'Normal' media queries</h3>
<ul>
<li>The spec: <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme">prefers-color-scheme</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion">prefers-reduced-motion</a> (MDN)</li>
<li>Charles Reynolds-Talbot: <a href="https://charlesrt.uk/blog/the-dark-web-rises/">The Dark (Mode) Web Rises</a> (charlesrt.uk)</li>
<li>Kilian Valkhof: <a href="https://polypane.app/blog/the-complete-guide-to-css-media-queries/">The complete guide to CSS media queries</a> (Polypane Blog)</li>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/i-totally-forgot-about-print-style-sheets/">I totally forgot about print style sheets</a> (matuzo.at)</li>
</ul>
<h3>Writing modes and logical properties</h3>
<ul>
<li>The spec: <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode">writing-mode intro</a> (MDN)</li>
<li>Jen Simmons: <a href="https://talks.jensimmons.com/A2frEN/writing-modes">Writing Modes</a> (jensimmons.com)</li>
<li>Ahmad Shadeed: <a href="https://ishadeed.com/article/css-logical-properties/">Digging Into CSS Logical Properties</a> (ishadeed.com)</li>
<li>Adrian Roselli: <a href="https://adrianroselli.com/2019/11/css-logical-properties.html">CSS Logical Properties</a> (adrianroselli.com)</li>
</ul>
<h3>Style queries are pretty cool as well 🌶️ </h3>
<p>Chrome and FireFox</p>
<ul>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2023/100daysof-day80">Intro container style queries</a> (100 Days of CSS)</li>
<li>Ahmad Shadeed: <a href="https://ishadeed.com/article/css-container-style-queries/#introducing-style-queries">All About CSS Style Queries</a> (ishadeed.com)</li>
</ul>
</div>
</details>
<details id="thema-kleur">
<summary>
<h2>Thema: Colors</h2>
<p class="teams">Teams: <span>🧙<span>+</span>⚗️</span> en <span>🦸<span>+</span>⚗️</span></p>
</summary>
<div class="details-content">
<h3>Modern brighter colors 🔥</h3>
<ul>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2022/100daysof-day11/">Space-separated color notations</a> (100 Days of CSS)</li>
<li>Nikita Vasilyev: <a href="https://webkit.org/blog/10042/wide-gamut-color-in-css-with-display-p3/">Brighter Colors with Display-P3</a> (webkit.org)</li>
<li>Geoff Graham: <a href="https://www.smashingmagazine.com/2023/08/oklch-color-spaces-gamuts-css/">Falling in Love with OKLCH - brighter colors</a> (Smashing)</li>
<li>Adam Argyle: <a href="https://developer.chrome.com/docs/css-ui/high-definition-css-color-guide">High Definition CSS Color Guide</a> (developer.chrome.com)</li>
</ul>
<h3>Color functions</h3>
<ul>
<li>Adam Argyle: <a href="https://developer.chrome.com/blog/css-color-mix/">color-mix()</a> (developer.chrome.com)</li>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2023/100daysof-day92/">relative color syntax</a> - Chrome/Safari (100 Days of CSS).</li>
<li>Chris Coyier: <a href="https://css-tricks.com/exploring-color-contrast-for-the-first-time/">Exploring color-contrast()</a> - Safari TP 🚩 (CSS tricks)).</li>
</ul>
<h3>Miscellaneous color snacks</h3>
<ul>
<li><a href="https://www.matuzo.at/blog/2023/100daysof-day94/">accent-color</a> → highlight-color of form controls</li>
<li><a href="https://www.matuzo.at/blog/2022/100daysof-day61/">color-scheme</a> → default dark en light mode</li>
<li><a href="https://www.matuzo.at/blog/2023/100daysof-day75/">font-palette</a> → multi-color fonts (<a href="https://css-tricks.com/colrv1-and-css-font-palette-web-typography/">further explanation</a>)</li>
</ul>
<h3>Filters</h3>
<ul>
<li>Chris Coyier: <a href="https://css-tricks.com/almanac/properties/f/filter/">CSS filters basics</a> (CSS tricks)</li>
<li>Una Kravets: <a href="https://css-tricks.com/solved-with-css-colorizing-svg-backgrounds/">Chaining CSS filters</a> (CSS tricks)</li>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2022/100daysof-day24">Backdrop-filter</a> (100 Days of CSS)</li>
<li>Sara Soueidan: <a href="https://tympanus.net/codrops/2019/01/15/svg-filters-101/">SVG filters 101</a> (Codrops)</li>
<li>Lucas Bebber: <a href="https://css-tricks.com/gooey-effect/">Gooey blobs with SVG filter</a> (CSS tricks)</li>
</ul>
<h3>Blend-modes</h3>
<ul>
<li>Chris Coyier: <a href="https://css-tricks.com/basics-css-blend-modes/">Blend-mode basics</a> (CSS tricks)</li>
<li>Robin Rendle: <a href="https://css-tricks.com/chaining-multiple-blend-modes/">Chaining blend-modes</a> (CSS tricks)</li>
<li>Miriam Suzanne <a href="https://www.miriamsuzanne.com/2022/10/21/the-conic/">CSS Tie-Dye Gradient Backgrounds with blend-modes</a> (miriamsuzanne.com)</li>
</ul>
<h3>Masks</h3>
<ul>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2023/100daysof-day87/">Mask properties intro</a> (100 Days of CSS)</li>
<li>Michelle Barker: <a href="https://css-irl.info/css-halftone-patterns/">CSS Halftone Patterns</a> (CSS in Real Life)</li>
<li>Ana Tudor: <a href="https://css-tricks.com/mask-compositing-the-crash-course/">Mask compositing: the crash course</a> (CSS tricks)</li>
</ul>
</div>
</details>
<details id="thema-animeren">
<summary>
<h2>Thema: Animations</h2>
<p class="teams">Teams: <span>🧙<span>+</span>🎠</span> en <span>🦸<span>+</span>🎠</span></p>
</summary>
<div class="details-content">
<h3>Scroll-based animations 🔥</h3>
<p>Chrome and Firefox 🚩</p>
<ul>
<li>Adam Argyle: <a href="https://tympanus.net/codrops/2024/01/17/a-practical-introduction-to-scroll-driven-animations-with-css-scroll-and-view/">An intro to Scroll-Driven Animations with scroll() and view()</a> (Codrops)</li>
<li>Bramus van Damme: <a href="https://scroll-driven-animations.style/">A bunch of demos and tools to show off Scroll-driven Animations</a> (scroll-driven-animations.style)</li>
</ul>
<h3>Other thingies</h3>
<ul>
<li>Dan Wilson: <a href="https://danielcwilson.com/blog/2020/01/motion-path-quirks/">Get Moving with CSS Motion Path</a> (danielcwilson.com)</li>
<li>Bramus van Damme: <a href="https://web.dev/css-animated-grid-layouts/">CSS Animated Grid Layouts</a> (web.dev)</li>
<li>Bramus van Damme: <a href="https://developer.chrome.com/docs/css-ui/css-linear-easing-function">the linear() easing function</a> (developer.chrome.com)</li>
<li>Bramus van Damme: <a href="https://developer.chrome.com/docs/css-ui/css-animation-composition">Combine animations with animation-composition</a> (developer.chrome.com)</li>
<li>Jhey Tomkins: <a href="https://web.dev/articles/speedy-css-tip-animated-gradient-text">Animated Gradient Text</a> (web.dev)</li>
<li>Temani Afif: <a href="https://dev.to/afif/we-can-finally-animate-css-gradient-kdk">We can finally animate CSS gradient</a> (dev.to)</li>
<li>Una Kravets: <a href="https://developer.chrome.com/blog/entry-exit-animations/">Smooth entry and exit animations (a.o. for popovers) </a> (developer.chrome.com)</li>
</ul>
</div>
</details>
<details id="thema-layout">
<summary>
<h2>Thema: Layout</h2>
<p class="teams">Teams: <span>🧙<span>+</span>🍱</span> en <span>🦸<span>+</span>🍱</span></p>
</summary>
<div class="details-content">
<h3>Popover 🔥</h3>
<p>Note: anchor-position works for all elements :)</p>
<ul>
<li>Kyle Cook: <a href="https://www.youtube.com/watch?v=B4Y9Ed4lLAI">Popover and anchor-positioning in 15 minutes</a> (YouTube)</li>
<li>The spec: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover">popover</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/::backdrop">backdrop</a> (MDN)</li>
<li>Una Kravets: <a href="https://developer.chrome.com/blog/introducing-popover-api">Introducing the popover API</a> (developer.chrome.com)</li>
<li>Jhey Tomkins: <a href="https://developer.chrome.com/blog/tether-elements-to-each-other-with-css-anchor-positioning">Stick elements to each other with CSS anchor positioning</a> (developer.chrome.com)</li>
<li>Una Kravets: <a href="https://developer.chrome.com/blog/entry-exit-animations/">Smooth entry and exit animations (a.o. for popovers) </a> (developer.chrome.com)</li>
<li>Sanne: <a href="https://codepen.io/shooft/live/jOeabKe">an anchor example</a> and <a href="https://codepen.io/shooft/live/vYVWwLQ">another anchor example</a> (CodePen)</li>
</ul>
<h3>Grid</h3>
<ul>
<li>Rachel Andrew: <a href="https://web.dev/articles/css-subgrid">Subgrid intro</a> (web.dev)</li>
<li>Rachel Andrew: <a href="https://12daysofweb.dev/2022/css-subgrid/">10 Subgrid examples</a> (12 Days of Web)</li>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2023/100daysof-day72/">Masonry layout</a> - Safari TP/FireFox 🚩 (100 Days of CSS)</li>
<li>Bramus van Damme: <a href="https://web.dev/css-animated-grid-layouts/">CSS Animated Grid Layouts</a> (web.dev)</li>
<li>Chris Coyier: <a href="https://css-tricks.com/simple-named-grid-areas/">Named Grid Areas</a> (CSS tricks)</li>
</ul>
<h3>Tasty snacks</h3>
<ul>
<li>The spec: <a href="https://css-tricks.com/almanac/properties/a/aspect-ratio/">aspect-ratio</a> en <a href="https://css-tricks.com/almanac/properties/o/object-fit/">object-fit</a> met <a href="https://css-tricks.com/almanac/properties/o/object-position/">object-position</a> (CSS tricks)</li>
<li>Tania Rascia: <a href="https://tympanus.net/codrops/2018/11/29/an-introduction-to-css-shapes/">Text around CSS Shapes</a> (Codrops)</li>
<li>Bramus van Damme: <a href="https://developer.chrome.com/docs/css-ui/exclusive-accordion">Exclusive Accordion/Details</a> (developer.chrome.com)</li>
</ul>
<h3>Math :)</h3>
<ul>
<li>The spec: <a href="https://developer.mozilla.org/en-us/docs/Web/CSS/min()">min()</a>, <a href="https://developer.mozilla.org/en-us/docs/Web/CSS/max()">max()</a> en <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/clamp()">clamp()</a> (MDN)</li>
<li>Stephanie Eckles: <a href="https://moderncss.dev/practical-uses-of-css-math-functions-calc-clamp-min-max/">Practical uses of calc, clamp, min, max</a> (Modern CSS Solutions)</li>
<li>Bramus van Damme: <a href="https://web.dev/articles/css-trig-functions">Trigonometric functions in CSS</a> (web.dev)</li>
<li>Michelle Barker: <a href="https://css-irl.info/radial-gradients-and-css-trigonometric-functions/">Flower masks with trigonometric functions</a> (CSS in Real Life)</li>
</ul>
</div>
</details>
<details id="thema-has">
<summary>
<h2>Thema: :has() and co</h2>
<p class="teams">Teams: <span>🧙<span>+</span>🦄</span> en <span>🦸<span>+</span>🦄</span></p>
</summary>
<div class="details-content">
<h3>:has() 🔥🔥</h3>
<ul>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2022/100daysof-day6/">:has() intro</a> (100 Days of CSS)</li>
<li>Jen Simmons: <a href="https://webkit.org/blog/13096/css-has-pseudo-class/">:has() longer read</a> (webkit.org)</li>
<li>Stephanie Eckles: <a href="https://www.smashingmagazine.com/2023/01/level-up-css-skills-has-selector/">:has() advanced</a> (Smashing)</li>
<li> Jhey Tompkins: <a href="https://developer.chrome.com/blog/has-m105/">:has() use cases</a> (developer.chrome.com)</li>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2022/100daysof-day16/">:has() specificity</a> (100 Days of CSS)</li>
</ul>
<h3>States and interaction</h3>
<ul>
<li>
States: <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:focus">:focus</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-within">:focus-within</a>, <a hrerf="https://developer.mozilla.org/en-US/docs/Web/CSS/:checked">:checked</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:placeholder-shown">:placeholder-shown</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:valid">:valid</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:invalid">:invalid</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:user-valid">:user-valid</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:user-invalid">:user-invalid</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:in-range">:in-range</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:out-of-range">:out-of-range</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:required">:required</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:optional">:optional</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:empty">:empty</a> (MDN)
</li>
<li>Chris Coyier: <a href="https://css-tricks.com/form-validation-ux-html-css/">An example</a> (CSS tricks)</li>
<li>Joost Faber<a href="https://codepen.io/joostf/pen/VKyPxZ">Another example</a> (CodePen)</li>
</ul>
<h3>Architectural stuff 🌶️</h3>
<ul>
<li>The spec: <a href="https://css-tricks.com/almanac/selectors/n/not/">:not()</a> (MDN)</li>
<li>Manuel Matuzović: <a href="https://www.matuzo.at/blog/2022/100daysof-day34/">:is() and :where()</a> (100 Days of CSS)</li>
<li>Bramus van Damme: <a href="https://developer.chrome.com/docs/css-ui/css-nth-child-of-s">More control over :nth-child() with of syntax</a> (developer.chrome.com)</li>
</ul>
<ul>
<li>Adam Argyle: <a href="https://developer.chrome.com/docs/css-ui/css-nesting">CSS nesting</a> (developer.chrome.com)</li>
<li>Kyle Cook <a href="https://blog.webdevsimplified.com/2022-04/css-cascade-layers/">CSS Cascade Layers intro</a> (Web Dev Simplified)</li>
<li>Miriam Suzanne: <a href="https://css-tricks.com/css-cascade-layers/">A Complete Guide to CSS Cascade Layers</a> (CSS tricks)</li>
</ul>
</div>
</details>
</main>
<footer>
<ul>
<li><a data-icon="🐡" href="index.html" class="home">Home</a></li>
<li><a data-icon="👺" href="https://teams.microsoft.com/l/channel/19%3A55031fd9d2844cc193a600ed26ef4052%40thread.tacv2/2%20CSS%20-%20CSS%20to%20the%20Rescue?groupId=90efb8b2-557d-4a2b-9ad3-649a84dc607d&tenantId=0907bb1e-21fc-476f-8843-02d09ceb59a7" class="classroom" target="_blank" rel="noopener noreferrer">Teams</a></li>
<li><a data-icon="🥦" href="https://dlo.mijnhva.nl/d2l/le/content/571327/Home" class="uploadbox" target="_blank" rel="noopener noreferrer">DLO</a></li>
</ul>
</footer>
<script defer src="scripts/script.js"></script>
</body>
</html>