From 229d6385ba18a80b4ebcd5d3896d6c8b49d95c0a Mon Sep 17 00:00:00 2001 From: Enric Pineda Date: Tue, 23 May 2023 15:27:14 +0200 Subject: [PATCH] =?UTF-8?q?Nova=20plantilla=20interna,=20header=20m=C3=A9s?= =?UTF-8?q?=20espaiat.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page-nova.php | 29 +++++++++++++++++++++++++++++ style.css | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 page-nova.php diff --git a/page-nova.php b/page-nova.php new file mode 100644 index 0000000..1415bff --- /dev/null +++ b/page-nova.php @@ -0,0 +1,29 @@ + + + + + + + + +
+ +
+

+
+
+ + +
+ + + +
+ + diff --git a/style.css b/style.css index 0dd8ec5..82bc212 100644 --- a/style.css +++ b/style.css @@ -205,7 +205,7 @@ nav { @media only screen and (min-width: 769px) { -header {width: 1200px; margin: 0px auto;} +header {width: 1200px; margin: 1em auto 0px auto;} #principal {width: 1200px; margin: 0px auto; display: flex; flex-direction: row; justify-content: space-between;} #principal-ke {width: 1200px; margin: 0px auto;} #footer {width: 1200px; margin: 20px auto; display: flex; flex-direction: row; color: #fff;}