-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
687 lines (635 loc) · 32.1 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
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BeyonCSS</title>
<meta name="description" content="Taller CSS para programadores">
<meta name="author" content="Paul Melero">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/my-styles.css">
<link rel="stylesheet" href="css/theme/solarized.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>Sesión de maquetación: HTML5 + CSS3</h2>
<h6><em>BeyonCSS</em> <i aria-hidden="true" focusable="false">😂</i></h6>
<hr>
<p>
Paul Melero
</p>
<br>
<p><small>
<svg aria-hidden="true" fill="#657b83" viewBox="0 0 300 244" width="24" version="1.1"
preserveAspectRatio="xMinYMin" focusable="false">
<g transform="translate(-539.18 -568.86)">
<path d="m633.9 812.04c112.46 0 173.96-93.168 173.96-173.96
0-2.6463-0.0539-5.2806-0.1726-7.903 11.938-8.6302 22.314-19.4
30.498-31.66-10.955 4.8694-22.744 8.1474-35.111 9.6255 12.623-7.5693
22.314-19.543 26.886-33.817-11.813 7.0031-24.895
12.093-38.824 14.841-11.157-11.884-27.041-19.317-44.629-19.317-33.764
0-61.144 27.381-61.144 61.132 0 4.7978 0.5364 9.4646
1.5854 13.941-50.815-2.5569-95.874-26.886-126.03-63.88-5.2508
9.0354-8.2785 19.531-8.2785 30.73 0 21.212 10.794 39.938
27.208 50.893-10.031-0.30992-19.454-3.0635-27.69-7.6468-0.009
0.25652-0.009 0.50661-0.009 0.78077 0 29.61 21.075 54.332 49.051
59.934-5.1376 1.4006-10.543 2.1516-16.122 2.1516-3.9336
0-7.766-0.38716-11.491-1.1026 7.7838 24.293 30.355 41.971 57.115
42.465-20.926 16.402-47.287 26.171-75.937 26.171-4.929
0-9.7983-0.28036-14.584-0.84634 27.059 17.344 59.189
27.464 93.722 27.464z">
</g>
</svg>
<a target="blank_" rel="nofollow" href="http://twitter.com/pollobrav0">@pollobrav0</a>
</small></p>
<p><small>
<svg fill="#657b83" viewBox="0 0 20 20" width="36" preserveAspectRatio="xMinYMin" version="1.1"
aria-hidden="true" focusable="false">
<path fill-rule="evenodd"
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47
7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01
1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12
0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82
2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87
3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013
8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z">
</svg>
<a target="blank_" rel="nofollow" href="https://github.com/gangsthub/layout-or-get-out">
https://github.com/gangsthub/layout-or-get-out
</a>
</small></p>
</section>
<section>
<h2>CSS</h2>
<article class="relative">
<p class="fragment current-visible absolute-center">Cúanto Sinvergüenza Suelto</p>
<p class="fragment current-visible absolute-center">Cascade Style Sheets</p>
</article>
</section>
<section>
<h2>Lo básico de CSS es !CSS</h2>
<table class="fragment" style="width: 100%;">
<tr>
<td style="text-align: center;">
<a target="blank_" rel="nofollow"
href="http://www.htmlhelp.com/reference/html40/block.html">Block Level elements</a>
</td>
<td style="text-align: center;">
<a target="blank_" rel="nofollow"
href="http://www.htmlhelp.com/reference/html40/inline.html">Line Level elements</a>
</td>
</tr>
</table>
<p class="fragment"><small>(HTML 4 [1997 - 2007])</small></p>
<table style="width: 100%;">
<tr>
<td>
<small><ul class="fragment">
<li><b class="fragment highlight-red">DIV</b> - Generic block-level container</li>
<li><b>ADDRESS</b> - Address</li>
<li><b>BLOCKQUOTE</b> - Block quotation</li>
<li><b>FORM</b> - Interactive form</li>
<li><b>H*</b> - Level-* heading</li>
<li><b>HR</b> - Horizontal rule</li>
<li><b>OL</b> - Ordered list</li>
<li><b>UL</b> - Unordered list</li>
<li><b>LI</b> - List item</li>
<li><b>P</b> - Paragraph</li>
<li><b>PRE</b> - Preformatted text</li>
<li><b>TABLE</b> - Table</li>
<li><b>TD</b> - Table data cell</li>
<li><b>TR</b> - Table row</li>
<li>etc.</li>
</ul></small>
</td>
<td>
<small><ul class="fragment">
<li><b class="fragment highlight-red">SPAN</b> - Generic inline container</li>
<li><b>A</b> - Anchor</li>
<li><b>ABBR</b> - Abbreviation</li>
<li><b>ACRONYM</b> - Acronym</li>
<li><b>B</b> - Bold text</li>
<li><b>BDO</b> - BiDi override</li>
<li><b>TEXTAREA</b> - Multi-line text input</li>
<li><b>SMALL</b> - Small text</li>
<li><b>SELECT</b> - Option selector</li>
<li><b>IMG</b> - Inline image</li>
<li><b>BIG</b> - Large text</li>
<li><b>BR</b> - Line break</li>
<li>etc.</li>
<li class="red"><em>Pseudo elementos</em></li>
</ul></small>
</td>
</tr>
</table>
</section>
<section>
<section>
<h2>Cajas/contenedores (estilos <b>gratis</b>)</h2>
<q class="fragment"><small>
<a target="blank_" rel="nofollow" href="https://www.w3.org/TR/html51/">HTML 5.1</a>(2016)
</small></q>
<h3>El elemento <span style="text-transform: lowercase;">`div`</span></h3>
<blockquote class="fragment" cite="https://www.w3.org/wiki/HTML/Elements/div">
The <code><div></code> element has no special meaning at all.
</blockquote>
<p class="fragment"><q class="smaller">https://www.w3.org/wiki/HTML/Elements/div</q></p>
<p class="fragment"><small>(4.4 Grouping content)</small></p>
<h3>El elemento <span style="text-transform: lowercase;">`span`</span></h3>
<blockquote class="fragment">
The <code><span></code> element doesn't mean anything on its own
</blockquote>
<p class="fragment">
<q class="smaller">
https://www.w3.org/TR/html5/text-level-semantics.html#the-span-element
</q>
</p>
<p class="fragment"><small>(4.5 Text-level semantics)</small></p>
</section>
<section data-markdown>
<script type="text/template">
Una sucesión de `div`s:
```
<section>
<div>item</div>
<div>item</div>
<div>item</div>
<div>item</div>
</section>
```
Reultado:
> <div>item</div>
> <div>item</div>
> <div>item</div>
> <div>item</div>
</script>
</section>
<section data-markdown>
<script type="text/template">
Una sucesión de `span`s:
```
<section>
<span>item</span>
<span>item</span>
<span>item</span>
<span>item</span>
</section>
```
Reultado:
> <span>item</span>
> <span>item</span>
> <span>item</span>
> <span>item</span>
</script>
</section>
</section>
<section>
<h2>Otro de los pilares de la maquetación</h2>
<p>
Conocer el modelo de caja
</p>
<p>
<img src="img/box-model.jpg" alt="Chrome y Firefox">
</p>
<pre class="fragment"><code data-trim contenteditable style="font-size: 18px; margin-top: 20px;">
box-sizing: content-box;
</code></pre>
<pre class="fragment"><code data-trim contenteditable style="font-size: 18px; margin-top: 20px;">
padding: 0;
border: 0;
</code></pre>
<p class="fragment">
<a target="blank_" rel="nofollow"
href="https://csswizardry.com/2016/12/css-shorthand-syntax-considered-an-anti-pattern/"
title="Atajos anti patrón">Diferencia</a> entre ambas
</p>
</section>
<section>
<h2>Hora de mancharse las manos</h2>
<iframe src="https://codepen.io/brav0/full/GmmzxP?editors=1100"
frameborder="0" height="600px" width="100%"></iframe>
</section>
<section>
<h2>Algunas reglas las carga el diablo</h2>
<iframe src="https://codepen.io/team/css-tricks/full/970f26f621cfa3ae3eec7e2a6b0e8c97/"
frameborder="0" height="600px" width="100%"></iframe>
</section>
<section>
<h2>Recapitulando conceptos</h2>
<br>
<ol>
<li class="fragment"><em>Block level</em> + <em>inline level</em></li>
<br>
<li class="fragment">Modelo de caja (+ <code>border-box</code>)</li>
</ol>
</section>
<section>
<h2>💪 Debuggear CSS 💪</h2>
<p><em>DevTools</em> es tu amigo 🙌</p>
<!-- Inception -->
<img src="img/dev-tools.jpg" title="debug me">
<dl>
<dt>1- Estilos aplicados y herencia</dt>
<dd>Pestaña estilos (Árbol invertido)</dd>
<dt>2- Todos los estilos computados</dt>
<dd>Pestaña computados</dd>
<dt>3- Usar como <em>IDE</em></dt>
<dd>Pestaña <em>sources</em> + añadir al <em>workspace</em></dd>
</dl>
</section>
<section>
<h2>Metodología: debuggear la herencia:</h2>
<ol>
<li>Escalar en los estilos aplicados 🐒</li>
<li>Escalar en los computados 🐒</li>
<li>Si no está ahí, depende de una herencia aplicada <em>en línea</em> 🙈</li>
</ol>
<br><br>
<ul class="fragment">
<li>Ver en qué <b>archivo</b> se encuentra y editarlo <b>(si corresponde)</b></li>
</ul>
</section>
<section>
<h2>Algo importante a tener en cuenta</h2>
<p>La <b>herencia</b> de CSS no tiene nada que ver con la herencia de <em>OOP</em>.</p>
<pre><code data-trim contenteditable>
<!-- HTML -->
<div class="foo">
<p class="bar">
Hello world!
</p>
</div>
<!-- Estilos -->
<style>
.foo {
background-color: white;
color: red;
}
.bar {
/* 1.- No se hace así
reference to .foo */
/* 2.- se hace así
background-color: inherit;
color: inherit; */
font-size: initial;
font-weight: normal;
}
</style>
</code></pre>
<p class="fragment">
<a target="blank_" rel="nofollow"
href="https://www.w3.org/TR/CSS21/propidx.html">Lista de elementos que heredan en CSS2</a>
</p>
</section>
<section>
<h2><em>Global scope</em> y cascada</h2>
<p>Por defecto, los estilos tienen un alcance global.</p>
<pre class="fragment"><code>
<button class="button red"></button>
<button class="button red blue"></button>
</code></pre>
<p class="fragment">Pregunta trampa: ¿De qué color se pinta?</p>
<ol class="fragment">
<li>Cascada de un solo archivo</li>
<li>
<b>No</b> está en el mismo archivo: carga de archivos de css. Depende del orden de
declaración
</li>
<li>
<a target="blank_" rel="nofollow"
href="https://www.w3.org/TR/css3-cascade/#cascade-scope"><em>Scope</em>
</a> por elemento: especificidad
</li>
</ol>
<aside class="notes">Scope por elemento:
<a target="blank_" rel="nofollow"
href="https://www.w3.org/TR/css3-cascade/#cascade-scope">enlace</a></aside>
</section>
<section>
<h2>UA CSS</h2>
<p>
Caso especial: Es lo que primero computa en la cascada en un UA (navegador):
<a target="blank_" rel="nofollow"
href="http://trac.webkit.org/browser/trunk/Source/WebCore/css/html.css"
title="#L929">UA CSS</a>
</p>
<img src="img/webkit-UA.png" title="Chromeium UA CSS">
<aside class="notes">
https://meiert.com/en/blog/20070922/user-agent-style-sheets/
</aside>
</section>
<section>
<img src="img/C23HS.jpg" title="UA CSS en los estilos presentes">
</section>
<section>
<h2><em>FFI</em></h2>
<a target="blank_" rel="nofollow" href="https://www.w3.org/TR/css3-cascade/">Concepto de cascada</a>
<p>En resumen: el orden dónde se llama a las cosas</p>
</section>
<section>
<h2>Especificidad</h2>
<pre><code>
p.clase {
foo: bar; /* 1 */
}
.clase {
foo: baz; /* 2 */
}
</code></pre>
<p>Pregunta ~trampa: qué regla se computa?</p>
</section>
<section>
<h2>Especificidad: pesos.</h2>
<br>
<dl>
<dt>Cero (Excepción)</dt>
<dd>Selector Universal</dd>
<dt>Unidades</dt>
<dd>"Número de tipos de selectores y pseudo-elementos"</dd>
<dt>Decenas</dt>
<dd>
"Número de selectores de clase, atributo y pseudo-clases"
<i aria-hidden="true" focusable="false">💩</i>
</dd>
<dt>Centenas</dt>
<dd>
"Número de selectores de ID"
<i aria-hidden="true" focusable="false">💩💩</i>
</dd>
<dt class="fragment">Millares</dt>
<dd class="fragment">
Estilos en línea
<i aria-hidden="true" focusable="false">💩💩💩</i>
</dd>
</dl>
<br>
<p class="fragment">
<a href="https://www.w3.org/TR/selectors/#specificity">Enlace</a> de la spec de CSS3, con
ejemplos
</p>
</section>
<section>
<h2>Importancia</h2>
<pre><code>
.clase {
foo: bar!important; /* 1 */
}
.clase {
foo: baz; /* 2 */
}
</code></pre>
<ul>
<li>
<code>!important</code> es el reflejo de maquetadores/as vagos/as!
<i class="fragment" aria-hidden="true" focusable="false">💥</i>
</li>
<li class="fragment">Pero también (casi) la única manera de deshacerse de estilos
<em>inline</em> (JS)</li>
</ul>
</section>
<section>
<h2>Recapitulando conceptos</h2>
<br>
<ol>
<li class=""><em>Block level</em> + <em>inline level</em></li>
<br>
<li class="">Modelo de caja (+ <code>border-box</code>)</li>
<br>
<hr>
<li class="fragment">Concepto de herencia</li>
<br>
<li class="fragment"><em>Debuggear</em> herencia</li>
<br>
<li class="fragment">Resumen del concepto de cascada</li>
<br>
<li class="fragment">Especificidad</li>
</ol>
</section>
<section>
<h2>Última sección</h2>
</section>
<section style="margin-top:-10%">
<h2>Convenciones de <em>naming</em></h2>
<p>
Algunas, también, paradigmas de arquitectura
<i aria-hidden="true" focusable="false">🏰</i>
</p>
<ul>
<li><a target="blank_" rel="nofollow" href="http://getbem.com/naming/">BEM</a></li>
<li>
<a target="blank_" rel="nofollow"
href="https://github.com/stubbornella/oocss/wiki">OOCSS</a>, del que se originó el<em>
<a target="blank_" rel="nofollow" href="https://www.smashingmagazine.com/2013/08/other-interface-atomic-design-sass/">
Atomic Design</a></em>
</li>
<li><a target="blank_" rel="nofollow" href="https://smacss.com/">SMACSS</a></li>
<li>
<a target="blank_" rel="nofollow" href="http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528">
ITCSS
</a>
<a target="blank_" rel="nofollow" href="https://github.com/inuitcss/inuitcss">(inuitcss)</a>
</li>
<li>
<a target="blank_" rel="nofollow" href="https://suitcss.github.io/"
title="[<namespace>-]<ComponentName>[-descendentName][--modifierName]">SUITCSS</a>
</li>
<li>Otras...</li>
</ul>
</section>
<section>
<h2>HTML semántico</h2>
<h3>Cómo nombras a las clases depende de la convención que elijas (arbitrariedad)</h3>
<p class="fragment">Tantas convenciones como Frameworks de JS!</p>
<p class="fragment">El HTML no es arbitrario.</p>
<div class="relative">
<pre class="fragment fade-out absolute-center"><code>
<div class="list">
<span class="block">texto</span>
<span class="block">texto</span>
<span class="block">texto</span>
</div>
</code></pre>
<pre class="fragment current-visible absolute-center"><code>
<!-- SuitCSS -->
<ul class="myBlock-list">
<li class="c-list-item">texto</li>
<li class="c-list-item">texto</li>
<li class="c-list-item">texto</li>
</ul>
</code></pre>
<pre class="fragment current-visible absolute-center"><code>
<!-- 👵👴🙅🙈
ARIA: https://www.w3.org/TR/wai-aria/roles#listitem -->
<div role="list" class="my-awesome-list">
<span role="listitem" class="block">texto</span>
<span role="listitem" class="block">texto</span>
<span role="listitem" class="block">texto</span>
</div>
</code></pre>
</div>
</section>
<section>
<h2>Buenas prácticas en proyectos grandes:</h2>
<ul>
<li class="fragment">Aplicar convención de <em>naming</em> + arquitectura</li>
<li class="fragment">
Dar estilo por componentes? Casos:
<a target="blank_" rel="nofollow"
href="https://github.com/css-modules/css-modules">CSS Modules</a>,
<a target="blank_" rel="nofollow"
href="http://vuejs.org/v2/guide/class-and-style.html#Object-Syntax-1">VueJS</a>,
<a target="blank_" rel="nofollow" title="con 'Styled Components'"
href="https://styled-components.com/">React</a>)</li>
<li class="fragment">
Tener una guía de estilo! <i aria-hidden="true" focusable="false">📑</i>
</li>
<li class="fragment">Linteo:
<a target="blank_" rel="nofollow"
href="https://github.com/stylelint/stylelint">StyleLint</a></li>
<li class="fragment">
Test: Ej:
<a target="blank_" rel="nofollow"
title="Varias herramientas de Visual Regression Testing"
href="https://visualregressiontesting.com/tools.html">PhantomCSS</a>
</li>
<li class="fragment">Nunca <code>!important</code>s, estilos en línea, selectores de ID...</li>
<li class="fragment">
Utilizar primero las las librerías de front que trae el proyecto (Ej: Bootstrap).
</li>
<li class="fragment">Con cada funcionalidad, intentar añadir cada vez menos CSS</li>
<li class="fragment">Nombres de todo siempre en inglés</li>
<li class="fragment">Reducir el número de <em>Magic Numbers</em></li>
<li class="fragment">Usas sass? Mixins. Listas. Iteración. Constantes globales...</li>
</ul>
</section>
<section>
<h2>
<em><code>// ToDo</code></em>
</h2>
<ul>
<li>Práctica: Centrado Vertical</li>
<li>Diseño <em>Responsive</em></li>
<li>Optimización de ejecución de CSS con <em>DevTools</em></li>
</ul>
</section>
<section>
<section>
<h3>
Selectores de
<a target="blank_" rel="nofollow"
href="https://developers.google.com/web/tools/chrome-devtools/console/">DevTools:</a>
</h3>
<ul>
<li><code>$</code></li>
<li><code>$$</code></li>
<li><code>$x("//p[a]")</code></li>
<li><code>$0 // ($1, $2, $3...)</code></li>
</ul>
</section>
<section>
<h4>Métodos Console API</h4>
<ul>
<li><code>copy()</code></li>
<li><code>clear()</code></li>
<li><code>dir()</code></li>
</ul>
</section>
<section>
<h3>Hacer del documento <code>contenteditable="true"</code></h3>
<ul>
<li style=" max-width: 80vw;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;">
<code>document.designMode = 'on'</code>
</li>
</ul>
</section>
<section>
<h3>
devMode
</h3>
<pre><code data-trim contenteditable>
<!-- sass -->
*,
*:before,
:after {
background-color: rgba(255, 0, 0, .15);
}
</code></pre>
<img src="img/devmode.png">
</section>
</section>
<section>
<h2>
Muchas gracias!
</h2>
<p aria-hidden="true" focusable="false">🙏✊💪😋</p>
<p><a target="blank_" rel="nofollow" href="https://gangsthub.github.io/layout-or-get-out/">
https://gangsthub.github.io/layout-or-get-out/
</a></p>
<p><code>npm i && npm start</code></p>
<br>
<footer><a href="#/0">Volver al inicio</a></footer>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
// default/cube/page/concave/zoom/linear/fade/none
transition: Reveal.getQueryHash().transition || 'default',
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js',
condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js',
condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js',
condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js',
async: true,
callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js',
async: true,
condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js',
async: true,
condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>