From 93b96ca1685a22c3fa3aca2f6f2a1307438740d0 Mon Sep 17 00:00:00 2001 From: Ctibor Date: Wed, 22 Mar 2017 20:01:27 +0100 Subject: "Initial commit" --- style/background.png | Bin 0 -> 351471 bytes style/style.css | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 style/background.png create mode 100644 style/style.css (limited to 'style') diff --git a/style/background.png b/style/background.png new file mode 100644 index 0000000..f80a82a Binary files /dev/null and b/style/background.png differ diff --git a/style/style.css b/style/style.css new file mode 100644 index 0000000..936e8e0 --- /dev/null +++ b/style/style.css @@ -0,0 +1,11 @@ +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;} -- cgit v1.2.3