Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head
<meta charset=utf-8 />
<title>Placeholder Demo</title>
</head>
<body>
  <div class="arrow"></div>
  <button>Whatsup</button>
  <input type="text" name="user" placeholder="What up hoe" id="test">
</body>
</html>internet
 
button {
    color:white;
    padding:7px;
    margin:0px 0px 0px 10px;
    background: black;
    border:none;
    transition:1s;
}
button:hover {
    cursor:pointer;
    background: grey;
}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers