Untitled
3 years ago in Plain Text
<html>
<heade>
<style>
body {
backgrounf-color: red;
}
input {
background-color: blue;
}
</style>
</head>
<body>
<input type="text">
<input type="submit" value="entrar">
</body>
</html>