Spaces:
Running
Running
Commit
·
5400538
1
Parent(s):
f6b4795
Update index.html
Browse files- index.html +2 -3
index.html
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
<style>
|
15 |
* {
|
16 |
box-sizing: border-box;
|
17 |
-
font-family: "Gill Sans Extrabold", sans-serif;
|
18 |
}
|
19 |
|
20 |
#myVideo {
|
@@ -34,9 +33,9 @@
|
|
34 |
border-width: 0px;
|
35 |
width: 170px;
|
36 |
}
|
37 |
-
.movie {
|
38 |
border-radius: 11px;
|
39 |
-
margin-bottom:
|
40 |
transition: transform 0.2s ease-in-out;
|
41 |
}
|
42 |
|
|
|
14 |
<style>
|
15 |
* {
|
16 |
box-sizing: border-box;
|
|
|
17 |
}
|
18 |
|
19 |
#myVideo {
|
|
|
33 |
border-width: 0px;
|
34 |
width: 170px;
|
35 |
}
|
36 |
+
.movie {
|
37 |
border-radius: 11px;
|
38 |
+
margin-bottom: 20px;
|
39 |
transition: transform 0.2s ease-in-out;
|
40 |
}
|
41 |
|