Ir para conteúdo
Fórum Script Brasil

artuhrcolt

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Tudo que artuhrcolt postou

  1. Comecei a aprender html e css e 2 dias e hoje fui criar meu primeiro "site"e ta tendo alguns problemas com link quando eu escrevo <h1>texto</h1> esse texto fica como se fosse link mesmo para <p> Olhem meus aquivos : <doctype html/> <html lang="pt-br"> <head> <title>Therium Word Online</title> <meta charset="utf-8"/> <link rel="stylesheet" href="CSS/Normalize.css"/> <link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700' rel='stylesheet' type='text/css'/> <link rel="stylesheet" href="CSS/Estilo.css"/> </head> <body> <div id="topo"> <h1><img src="Img/Logo.png" /></h1> <ul id="menu"> <li><a href="#"/>Classes</li> <li><a href="#"/>Home</li> <li><a href="#"/>Download</li> </ul> </div> <div id="content"> <h2>Novidades</h2> <h3>Suposta classe decoberta no mundo de Therium o Ladino</h3> <img src="Img/Classes/8ffe87c5bbaeb97f4fca8f777a8dc94a.jpg"/> </div> </body> </html> é o Css : body{ } #topo{ width: 960px; height: 180px; background:url(../Img/FundoTopo.jpg) no-repeat; margin: 0 auto; } #topo img{ padding-top: 20px; padding-left: 15px; } #menu{ width:920px; height:40px; margin-top: 80px; background: black; list-style-type:none; } #menu li{ float:left; margin-right: 100px; font-size: 32px; padding-left: 80; } #menu a { color:#FFFFFF; text-decoration:none; } #menu a:hover{ color: #FF4500; } #content{ width: 960px; height: 700px; margin: 0 auto; background:#F8F8FF; margin-top:39px; } #content h2{ color:Black; text-emphasis:none; padding-top: 40; padding-left:55; } #content p{ color: Black; OBS : estou aprendendo pode ter mas coisas erradas
×
×
  • Criar Novo...