diff --git a/00-intro.mp4 b/00-intro.mp4 index 0247738..f1d9811 100644 Binary files a/00-intro.mp4 and b/00-intro.mp4 differ diff --git a/01-analogies.mp4 b/01-analogies.mp4 index 13d5281..80bbb5f 100644 Binary files a/01-analogies.mp4 and b/01-analogies.mp4 differ diff --git a/02-principles.mp4 b/02-principles.mp4 index 6f86043..eb80a55 100644 Binary files a/02-principles.mp4 and b/02-principles.mp4 differ diff --git a/03-faq.mp4 b/03-faq.mp4 index a9153c0..0833602 100644 Binary files a/03-faq.mp4 and b/03-faq.mp4 differ diff --git a/index.html b/index.html index 3380a94..4682ff1 100644 --- a/index.html +++ b/index.html @@ -8,36 +8,36 @@ Educational Bitcoin videos +

Bitcoin educational videos

-

Bitcoin educational videos

-
-
-
-
- - - -

01. Intro

-
+ + + + +

02. Analogies

@@ -45,6 +45,7 @@

03. Principles

@@ -52,32 +53,35 @@

04. FAQ

- - + }); + \ No newline at end of file diff --git a/style.css b/style.css index ba6c582..e02b821 100644 --- a/style.css +++ b/style.css @@ -7,12 +7,12 @@ font-weight: normal; } body{ - background: #fff; + background: transparent; } .heading{ - color: dimgrey; + color: #fff; font-size: 40px; - /*text-align: center;*/ + text-align: center; padding: 10px; } @@ -65,7 +65,7 @@ body{ .container .video-list{ background: white; border-radius: 5px; - height: 100%; + height: 520px; overflow-y: scroll; } @@ -79,7 +79,7 @@ body{ } .container .video-list::-webkit-scrollbar-thumb{ - background: #ccc; + background: grey; border-radius: 50px; }