Guest User

Untitled

a guest
Jan 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. #louvor{
  2. background-color: rgba(00,00,00,0.8);
  3. margin-left: 1%;
  4. width: 93%;
  5. position: relative;
  6. float: left;
  7. font-size: 3.5vw;
  8. text-align: left;
  9. color: white;
  10. text-transform: uppercase;
  11. text-shadow: 1px 1px black;
  12. font-family: "Futura XBlk BT", Times, serif;
  13. }
  14.  
  15. <html>
  16. <head>
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  18.  
  19. <link href="../../css/style.css" rel="stylesheet" />
  20. </head>
  21. <body id="principal">
  22. <div id="estrutura">
  23. <div id="logo-louvor"></div>
  24. <div id="louvor">
  25. <font color="yellow">CORO:</font><br>
  26. AS MINHAS MÃOS TRAZEM CHAGAS TÃO FUNDAS<br>
  27. QUE TANTA AMARGURA EU PUDE ABRIGAR<br>
  28. DE TODA DOR DE VERGONHA E PECADO<br>
  29. EU FUI COROADO PARA TE SALVAR<br>
  30. </div>
  31. <div id="inform">
  32. <img src="../../imagens/chaves.png">
  33. </div>
  34. </div>
  35. </body>
  36. </html>
Add Comment
Please, Sign In to add comment