Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Пример 6</title>
    <link rel="stylesheet" type="text/css" href="css/lesson6.css">
</head>
<body>
    <form id="search" action="search/" method="get">
      <input type="text"> <button type="submit">Найти</button>
    </form>
</body>
</html>
 
input{
    box-sizing: border-box;
    float: left;
    margin: 5px; 
    padding: 5px;
    height: 30px;
    width: 400px;
}
button{
    float: left;
    margin: 5px; 
    padding-left: 10px; 
    padding-right: 10px;
    height: 30px;
    background-color: #cde9f5;
    border: solid 1px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1em;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers