Skip to content

Commit

Permalink
Just created
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieSagan committed Dec 30, 2024
1 parent 6e8a052 commit d586d7b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 07-lection5/04-input/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
<head>
<link rel="stylesheet" href="../../assets/css/main.css">
<link rel="stylesheet" href="./input.css">

<title>Input</title>
</head>
<body>

<body>
<div class="container">
<label class="input">
<input type="text" class="input_default">
</label>
</div>
</body>
</html>

0 comments on commit d586d7b

Please sign in to comment.