diff --git a/video-2/index.html b/video-2/index.html new file mode 100644 index 0000000..8d8210d --- /dev/null +++ b/video-2/index.html @@ -0,0 +1,69 @@ + + + + + + Memory Game + + + + +
+
+ Aurelia + JS Badge +
+
+ Aurelia + JS Badge +
+ +
+ Vue + JS Badge +
+
+ Vue + JS Badge +
+ +
+ Angular + JS Badge +
+
+ Angular + JS Badge +
+ +
+ Ember + JS Badge +
+
+ Ember + JS Badge +
+ +
+ Backbone + JS Badge +
+
+ Backbone + JS Badge +
+ +
+ React + JS Badge +
+
+ React + JS Badge +
+
+ + + + diff --git a/video-2/styles.css b/video-2/styles.css new file mode 100644 index 0000000..45e391a --- /dev/null +++ b/video-2/styles.css @@ -0,0 +1,14 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} + +body { + height: 100vh; + background: #060AB2; +} + +img { + width: 100px; +}