Skip to content

Instantly share code, notes, and snippets.

@ribafs
Created February 8, 2022 15:42
Show Gist options
  • Select an option

  • Save ribafs/8ae7221a19a3f7fbf5067707d51aaed4 to your computer and use it in GitHub Desktop.

Select an option

Save ribafs/8ae7221a19a3f7fbf5067707d51aaed4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Título</title>
<style>
footer {
text-align:center;
left: 0px;
position:fixed;
bottom:0px;
width:100%;
}
.texto{
margin-top: 1800px;
}
</style>
</head>
<body>
<h1>Título</h1>
<div class="texto">Texto de teste</div>
<footer>
<i>Adaptação de <a href="https://ribamar.net.br" target="_blank">Ribamar FS</a></i>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment