diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 22:40:43 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 22:40:43 +0100 |
| commit | 4d398e030dc80ec92653d2ba66a4e36a9fb6f95f (patch) | |
| tree | 4b9edaf6ba090de97fa7eba2d4a22906b577b558 /src | |
| parent | 0c4b8dc31244fe9ac5c5ba0f45992bf842806bc4 (diff) | |
| download | sebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.tar.gz sebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.zip | |
Added header/main/footer tags
Diffstat (limited to '')
| -rw-r--r-- | src/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index 0078590..7016a47 100644 --- a/src/style.css +++ b/src/style.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .menu { | 1 | header nav table { |
| 2 | width: 100%; | 2 | width: 100%; |
| 3 | } | 3 | } |
| 4 | 4 | ||
| @@ -7,7 +7,7 @@ | |||
| 7 | font-weight: bold; | 7 | font-weight: bold; |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | .footer { | 10 | footer table { |
| 11 | font-style: italic; | 11 | font-style: italic; |
| 12 | width: 100%; | 12 | width: 100%; |
| 13 | } | 13 | } |
