The CSS functions

Report a typo

Use the correct CSS function in order to solve the application task.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<form>
<label for="misc">Type something:</label>
<input type="text" id="misc" name="misc" />
</form>
</body>
</html>
Completed 1 of 3
Set the input to be the lesser of 40% of the form width up to the padding or 400px wide.
Set the label to be the lesser of 40% of the form width up to the padding or 400px wide.
___

Create a free account to access the full topic