Created
February 8, 2022 15:42
-
-
Save ribafs/8ae7221a19a3f7fbf5067707d51aaed4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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