Guest User

Untitled

a guest
Oct 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. body {
  4. background-image: url("../_imagens/fundo1.jpg");
  5. background-repeat: no-repeat;
  6. background-position: center center;
  7. background-attachment: fixed;
  8. color: rgba(250, 250, 250, 0.8);
  9. }
  10.  
  11. h1 {
  12. text-align: center;
  13. }
  14.  
  15. div.logo {
  16. background-image: url("../_imagens/logoktg.png");
  17. }
  18.  
  19. <!DOCTYPE html>
  20. <html lang="pt-br">
  21.  
  22. <head>
  23. <meta charset="UTF-8">
  24. <title>Ka-Tet Gaming</title>
  25. <link rel="stylesheet" href="_css/estilo.css"/>
  26. </head>
  27. <body>
  28. <div id="header">
  29. <div class="logo" id="logo">
  30. <header id="cabecalho">
  31. <hgroup id="titulo">
  32. <h1>Seja Bem Vindo ao Site da KTG!</h1>
  33. <h2>Time Range 1 da PlayerLink.</h2>
  34. </hgroup>
  35. </header>
  36. </div>
  37. </div>
  38. </body>
  39. </html>
Add Comment
Please, Sign In to add comment