Add Tailwind workshop slides
This commit is contained in:
parent
7e82c2fd7e
commit
be9513edc6
78 changed files with 1154 additions and 0 deletions
11
workshop-tailwind-css/code/video-1.txt
Normal file
11
workshop-tailwind-css/code/video-1.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div>
|
||||
<video
|
||||
poster="https://www.fldrupal.camp/sites/all/themes/fldc17/images/video-poster.jpg"
|
||||
preload="auto"
|
||||
>
|
||||
<source
|
||||
src="https://www.fldrupal.camp/sites/default/files/FLDC17%20Promo-high.mp4"
|
||||
type="video/mp4"
|
||||
>
|
||||
</video>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue