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

- - -