From f5fca263d1ca682d80a7f4b32774198a55e5ad3c Mon Sep 17 00:00:00 2001 From: Lucio Vignotto Date: Tue, 21 Jul 2020 19:16:01 +0200 Subject: [PATCH] #Added Film and SerieTV HTML Files --- Src/film.html | 22 ++++++++++++++++++++++ Src/profilo.html | 2 +- Src/serietv.html | 22 ++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 Src/film.html create mode 100644 Src/serietv.html diff --git a/Src/film.html b/Src/film.html new file mode 100644 index 0000000..18ee219 --- /dev/null +++ b/Src/film.html @@ -0,0 +1,22 @@ + + + + + + + + + + + Hello, world! + + +

Hello, world!

+ + + + + + + + \ No newline at end of file diff --git a/Src/profilo.html b/Src/profilo.html index 9744d12..4e0c61b 100644 --- a/Src/profilo.html +++ b/Src/profilo.html @@ -50,7 +50,7 @@ --card-comments-border-left: 5px solid #c31432; } #biografia{ - padding: 20px 35px; + padding: 20px 35px 35px; } .card-comments{ border-left: var(--card-comments-border-left); diff --git a/Src/serietv.html b/Src/serietv.html new file mode 100644 index 0000000..18ee219 --- /dev/null +++ b/Src/serietv.html @@ -0,0 +1,22 @@ + + + + + + + + + + + Hello, world! + + +

Hello, world!

+ + + + + + + + \ No newline at end of file