From f0c6a758c9426c5eda75bedc460fd7bee3bcd1e1 Mon Sep 17 00:00:00 2001 From: Marina Ferreira Date: Mon, 16 Jul 2018 20:50:14 -0300 Subject: [PATCH] Video 1 --- index.html | 0 scripts.js | 0 styles.css | 0 video-1/index.html | 13 +++++++++++++ video-1/styles.css | 10 ++++++++++ 5 files changed, 23 insertions(+) delete mode 100644 index.html delete mode 100644 scripts.js delete mode 100644 styles.css create mode 100644 video-1/index.html create mode 100644 video-1/styles.css diff --git a/index.html b/index.html deleted file mode 100644 index e69de29..0000000 diff --git a/scripts.js b/scripts.js deleted file mode 100644 index e69de29..0000000 diff --git a/styles.css b/styles.css deleted file mode 100644 index e69de29..0000000 diff --git a/video-1/index.html b/video-1/index.html new file mode 100644 index 0000000..fa84eed --- /dev/null +++ b/video-1/index.html @@ -0,0 +1,13 @@ + + + + + + Memory Game + + + + + + + diff --git a/video-1/styles.css b/video-1/styles.css new file mode 100644 index 0000000..e496917 --- /dev/null +++ b/video-1/styles.css @@ -0,0 +1,10 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} + +body { + height: 100vh; + background: #060AB2; +}