Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="pt">
- <head>
- <meta charset="UTF-8">
- <title>Teste</title>
- <link href='http://fonts.googleapis.com/css?family=Averia+Sans+Libre' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- font: 14px 'Averia Sans Libre', cursive;
- background: #ccc;
- background-image: url("imagens/fundo.png");
- }
- html, body {
- height: 100%;
- }
- #topo {
- width: 100%;
- height: 55px;
- }
- #corpo {
- width: 100%;
- margin: 0 auto;
- padding: 0;
- text-align: center;
- overflow: hidden;
- }
- #conteudo {
- max-width: 960px;
- min-width: 100px;
- margin: 0 auto;
- padding: 0.9em 0.5em;
- min-height: 100%;
- margin-top: 0;
- overflow: hidden;
- clear: both;
- color: #333;
- border: 10px;
- }
- #rodape {
- width: 100%;
- margin: 0 auto;
- padding: 0;
- float: none;
- text-align: center;
- overflow: hidden;
- bottom: 0;
- background: #1D622B;
- }
- div.margem_inferior {
- height: 53px;
- color: #ccc;
- clear: both;
- overflow: hidden;
- z-index: -100;
- }
- </style>
- </head>
- <body>
- <div id="corpo">
- <div id="topo">
- </div>
- <div id="conteudo">
- </div>
- </div>
- <div id="rodape">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement