From 4687c640d02cb68f20d5fafbe61529e2430b63c2 Mon Sep 17 00:00:00 2001 From: fede457 Date: Wed, 11 May 2016 09:40:11 +0200 Subject: [PATCH] Aggiunta di stili --- index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/index.html b/index.html index 2d22ad2..7d9db84 100644 --- a/index.html +++ b/index.html @@ -191,6 +191,32 @@ font-weight: bolder; color: lightgreen; } + #header { + background-color:black; + color:white; + text-align:center; + padding:5px; + } + #nav { + line-height:30px; + background-color:#eeeeee; + height:300px; + width:100px; + float:left; + padding:5px; + } + #section { + width:350px; + float:left; + padding:10px; + } + #footer { + background-color:black; + color:white; + clear:both; + text-align:center; + padding:5px; + }