Hello, good afternoon, I would like to ask you some questions. I'm starting to learn now, I'm having a problem creating a search field on my site, I'd like some help.
I would like to put this search system
At the top of my site would be this
I'm a beginner in the area who could help me thank you very much !!!
CSS Code:
@charset "utf-8";
/* CSS Document */
body {
font-family:Calibri;
font-size:30px;
line-height:36px;
color:rgb(255,255,255);
text-align:left;
}
#topo {
background:url(../imagens/topo.png);
width:1024px;
height:190px;
border-bottom:none;
margin:auto;
}
.logo {
float:left;
background:url(../imagens/logoc.png);
width:541px;
height:133px;
position:relative;
margin:40px 0 0 -4px;
}
Código HTML Abaixo
<title>Untitled Document</title>
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/estilo.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id ="topo">
<div = class="logo"></div>
</body>
</html>
Thank you for the attention !!! Hugs