From ae32aada82b68518497ff941eaa0f5adad6cab8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Wed, 22 Mar 2017 20:16:20 +0100 Subject: Fix indentation in style.css --- style/style.css | 65 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 55 insertions(+), 10 deletions(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index 936e8e0..ad4d7f8 100644 --- a/style/style.css +++ b/style/style.css @@ -1,11 +1,56 @@ -body { width: 920px; margin: auto auto; font-family: Georgia, serif; background: url(background.png) left top no-repeat #fffedf; } +body { + width: 920px; + margin: auto auto; + font-family: Georgia, serif; + background: url(background.png) left top no-repeat #fffedf; +} + header {} -h1 {text-align: center;} -nav {text-align: center;} -nav a, nav span { display: inline-block; margin: 1em; padding: 2px; text-align: center; background: #fffedf; border: 1px solid #ff6600; border-radius: 4px} -article { float: left; text-align: center} -article img {width: 160px; height: 120px;} -article#prev, article#next { width: 180px; margin: 0 2.5% } -article#now { width: 460px } -article#now img {width: 440px; height: 330px;} -footer {clear: both; text-align: center; padding: 1em;} + +h1 { + text-align: center; +} + +nav { + text-align: center; +} + +nav a, nav span { + display: inline-block; + margin: 1em; + padding: 2px; + text-align: center; + background: #fffedf; + border: 1px solid #ff6600; + border-radius: 4px; +} + +article { + float: left; + text-align: center; +} + +article img { + width: 160px; + height: 120px; +} + +article#prev, article#next { + width: 180px; + margin: 0 2.5% +} + +article#now { + width: 460px +} + +article#now img { + width: 440px; + height: 330px; +} + +footer { + clear: both; + text-align: center; + padding: 1em; +} -- cgit v1.2.3