From 145d1a80b2ace50ee09990152ae72bab4bb7a66c Mon Sep 17 00:00:00 2001 From: higor Date: Wed, 10 May 2023 18:15:42 +0000 Subject: [PATCH] =?UTF-8?q?Inclus=C3=A3o=20do=20css=20na=20p=C3=A1gina=20h?= =?UTF-8?q?ome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 22 +++++++++-------- natureza/extincoes/extincoes.html | 6 ++--- style.css | 40 +++++++++++++++++++++++++++++++ subpasta/contato/index.html | 16 ------------- subpasta/falha/index.html | 16 ------------- subpasta/teste/index.html | 16 ------------- 6 files changed, 55 insertions(+), 61 deletions(-) create mode 100644 style.css delete mode 100644 subpasta/contato/index.html delete mode 100644 subpasta/falha/index.html delete mode 100644 subpasta/teste/index.html diff --git a/index.html b/index.html index 80dfece..16be081 100644 --- a/index.html +++ b/index.html @@ -1,19 +1,21 @@ + Meu Site -
- - - - -
- - +
+ Home + Extinções + Teste +
+ +

Navegacao de Paginas

- diff --git a/natureza/extincoes/extincoes.html b/natureza/extincoes/extincoes.html index 2c4fd2b..5d66111 100644 --- a/natureza/extincoes/extincoes.html +++ b/natureza/extincoes/extincoes.html @@ -18,15 +18,15 @@ 4 - Onca-pintada + Onça-pintada 2 - Lobo-guara + Lobo-guará 7 - Mico-leao-dourado + Mico-leão-dourado 1 diff --git a/style.css b/style.css new file mode 100644 index 0000000..3314516 --- /dev/null +++ b/style.css @@ -0,0 +1,40 @@ +html { + font-family: Arial, Helvetica, sans-serif; +} + +.header { + overflow: hidden; + background-color: #f1f1f1; + padding: 20px 10px; +} + +.header a { + float: left; + color: black; + text-align: center; + padding: 12px; + text-decoration: none; + font-size: 18px; + line-height: 25px; +} + +.header a:hover { + background-color: #ddd; + color: black; +} + +.header a.active { + background-color: dodgerblue; + color: white; +} + +footer { + position: fixed; + width: 100%; + display: block; + padding: 12px; + bottom: 0; + margin-right: 8px; + background-color: #f1f1f1; +} + diff --git a/subpasta/contato/index.html b/subpasta/contato/index.html deleted file mode 100644 index fd135df..0000000 --- a/subpasta/contato/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - Contato - - - - - - -

Contato

- - - diff --git a/subpasta/falha/index.html b/subpasta/falha/index.html deleted file mode 100644 index fda8625..0000000 --- a/subpasta/falha/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - Falha - - - - - - -

Falha

- - - diff --git a/subpasta/teste/index.html b/subpasta/teste/index.html deleted file mode 100644 index 9ba3a6b..0000000 --- a/subpasta/teste/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - Teste - - - - - - -

Teste

- - -