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; } - -