0
Hello good afternoon I would like to take some questions I’m starting to learn now , I have a problem to create a search field on my site , I would like a help .
I’d like to put this search system
At the top of my site that would be this
I am beginner in the area who can help me would appreciate 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 Your Attention!!! Hugs
Put down the right side
– Caio Wesley