Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add input and button
  • Loading branch information
tajulafreen committed Dec 12, 2023
commit ed00fd24693ac1dba9c3e5b832b6ed7ba769b64d
19 changes: 19 additions & 0 deletions HiddenSearch/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="search " id="search">
<input type="text" class="input" placeholder="search...">
<button class="btn" id="btn">
<i class="fa fa-search"></i>
</button>
</div>
<script src="script.js"></script>
</body>
</html>