Aqui você vê as diferenças entre duas revisões dessa página.
Próxima revisão | Revisão anterior | ||
modelo-site [2022/04/27 19:13] Leandro Mesquita criada |
modelo-site [2022/04/29 19:07] (atual) Leandro Mesquita |
||
---|---|---|---|
Linha 10: | Linha 10: | ||
< | < | ||
< | < | ||
- | + | Aqui vai seu cabeçalho com o menu | |
</ | </ | ||
< | < | ||
- | + | Aqui será exibido o seu conteúdo | |
</ | </ | ||
- | < | + | < |
- | + | Aqui vai seu rodapé com informações dos termos, copyright e contato. | |
</ | </ | ||
</ | </ | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | Modelo de Arquivo em CSS (Cascating Style Sheet). | ||
+ | |||
+ | <file css style.css> | ||
+ | p { | ||
+ | color: black; | ||
+ | background-color: | ||
+ | } | ||
+ | img { | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | opacity: 0.3; | ||
+ | } | ||
+ | div# | ||
+ | position: absolute; | ||
+ | top: 0 px; | ||
+ | right: 0; | ||
+ | width: auto; | ||
+ | height: 100px; | ||
+ | background-color:# | ||
+ | |||
+ | } | ||
+ | div# | ||
+ | position: absolute; | ||
+ | top: 101 px; | ||
+ | right: 0; | ||
+ | width: auto; | ||
+ | height: 700px; | ||
+ | background-color:# | ||
+ | |||
+ | } | ||
+ | div.rodape { | ||
+ | position: fixed; | ||
+ | bottom: 0; | ||
+ | right: 0; | ||
+ | width: auto; | ||
+ | color: black; | ||
+ | background-color:# | ||
+ | border: 1px solid # | ||
+ | } | ||
+ | |||
</ | </ |