From 6cf85ab15c115f4c2ba3319a64fad5ba4c553659 Mon Sep 17 00:00:00 2001 From: kincsesistvanviktor Date: Wed, 21 Sep 2022 11:14:37 +0200 Subject: [PATCH] done --- index.html | 7 +++---- styles.css | 8 ++++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7fd32fe..7979490 100644 --- a/index.html +++ b/index.html @@ -79,17 +79,16 @@
- - - + + \ No newline at end of file diff --git a/styles.css b/styles.css index 1000802..19e6a33 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,12 @@ +body{ + max-width: 1280px; + font-family: Verdana, Geneva, Tahoma, sans-serif; + margin: 0 auto auto auto !important; +} + .container, footer, header { padding: 20px; + background-color: beige; border-left: 1px solid burlywood; border-right: 1px solid burlywood; } @@ -10,6 +17,7 @@ header { p { line-height: 150%; text-indent: 30px; + text-align: justify; } section{