From 0700a1d8ec6b05e98587691ba6e80a94015f5b6b Mon Sep 17 00:00:00 2001 From: Marina Ferreira Date: Mon, 16 Jul 2018 20:59:33 -0300 Subject: [PATCH] Video 2 --- video-2/index.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++ video-2/styles.css | 14 ++++++++++ 2 files changed, 83 insertions(+) create mode 100644 video-2/index.html create mode 100644 video-2/styles.css 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; +}