Cehalet Mutluluktur
Süper Üye
Yeni sekmedeyken aklıma takıldı, yapabilir miyim acaba diye deneyeyim dedim. Yaptım herhalde
HTML:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<style type="text/css">
#material {
border-radius: 50px;
border: 1px solid lightgray;
font-size: 12pt;
outline: none;
padding: 15px 30px 15px 30px;
width: 400px;
}
#material:hover {
box-shadow: 0px 1px 5px lightgray;
}
#image {
margin-left: -50px;
margin-bottom: -7px;
}
#image2 {
margin-left: -55px;
margin-bottom: -1px;
}
</style>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<table align="center">
<tr>
<td align="center"><img src="https://www.google.com.tr/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" style="margin-bottom: 20px;"></td>
</tr>
<tr>
<td>
<input type="text" id="material" placeholder="Google'da arama yapın veya URL yazın">
<img height="24" id="image" src="http://www.gstatic.com/images/branding/googlemic/2x/googlemic_color_24dp.png">
<img id="image2" src="http://www.gstatic.com/inputtools/images/tia.png">
</td>
</tr>
</table>
</body>
</html>