From a5194e1c4d6bcd99932b395fcc1fcc0d3c405efa Mon Sep 17 00:00:00 2001 From: alicestrt Date: Tue, 8 Sep 2020 16:51:16 +0200 Subject: [PATCH 1/2] changed gitignore --- .gitignore | 2 +- __pycache__/hello.cpython-36.pyc | Bin 507 -> 661 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47241b6..e88ce73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -images/ +__pycache__/hello.cpython-36.pyc diff --git a/__pycache__/hello.cpython-36.pyc b/__pycache__/hello.cpython-36.pyc index 42dca3efce8b6ffd5a175369d69db1083a2dcb9a..112e7abc961cae831848b0ba03a36b0c74a3389f 100644 GIT binary patch delta 147 zcmey(Je5`1n3tF9?2PdEB1Q&=#|%h-8OU}3;^L@@%I*@WELp56oXw0WTq)cw49$#D z94S1(44S+X3$`*kO;%$x29i;Xx_nMNAT3Nlf`O@sW3mWii7-Es2q%#3r^z{aHlq Date: Tue, 8 Sep 2020 16:59:05 +0200 Subject: [PATCH 2/2] created style --- static/css/style.css | 7 +++++++ templates/perspectiveA.html | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..0933592 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,7 @@ +* { + background-color: red; +} + +#video1 { + padding-top: 100px; +} diff --git a/templates/perspectiveA.html b/templates/perspectiveA.html index 9b9a9b7..c311897 100644 --- a/templates/perspectiveA.html +++ b/templates/perspectiveA.html @@ -4,6 +4,11 @@ Perspective A -

persssss

+

Perspective A

+
+ +