From 7ca0aef87ee9125357eb4ab8ef6d83859db9824c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Puj=20Gerg=C5=91?= Date: Wed, 21 Sep 2022 11:19:32 +0200 Subject: [PATCH] hehe --- index.html | 62 +++++++++++++++++++++++++++++------------------------- styles.css | 11 ++++++++-- 2 files changed, 42 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 863b196..40ce82f 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,15 @@ - + Jackie Stewart +

Jackie Stewart

-
+
+

Élete

@@ -64,38 +66,40 @@

Képek

-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
-
diff --git a/styles.css b/styles.css index 1000802..a302087 100644 --- a/styles.css +++ b/styles.css @@ -1,7 +1,15 @@ +body{ + font-family: Verdana, sans-serif; + max-width: 1280px; + margin-top: 0; + +} + .container, footer, header { padding: 20px; border-left: 1px solid burlywood; border-right: 1px solid burlywood; + background-color: beige; } header { border-bottom: 1px solid burlywood; @@ -10,6 +18,7 @@ header { p { line-height: 150%; text-indent: 30px; + text-align: justify; } section{ @@ -42,5 +51,3 @@ footer { text-align: center; border-top: 1px solid burlywood; } - -