<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<body>
<div class="w3-card-4">
<div class="w3-container w3-brown">
<h2>Input Colors</h2>
</div>
<form class="w3-container" action="https://www.w3schools.com/action_page.php">
<p>
<label class="w3-text-brown"><b>First Name</b></label>
<input class="w3-input w3-border w3-sand" name="first" type="text"></p>
<p>
<label class="w3-text-brown"><b>Last Name</b></label>
<input class="w3-input w3-border w3-sand" name="last" type="text"></p>
<p>
<button class="w3-btn w3-brown">Register</button></p>
</form>
</div>
</body>
<!-- Mirrored from www.w3schools.com/w3css/tryit.asp?filename=tryw3css_input_colors by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:28:05 GMT -->
</html>