Css expanding search

Developer
Size
1,728 Kb
Views
44,528

How do I make an css expanding search?

Expandable search input using css only. What is a css expanding search? How do you make a css expanding search? This script and codes were developed by Chris Maki on 12 August 2022, Friday.

Css expanding search Previews

Css expanding search - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>css expanding search</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="form-wrap">
<form action="#"> <input type="text" name="name" id="name" placeholder="John Smith" /> <input type="submit" value="GO" />
</form> </div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Css expanding search - Script Codes CSS Codes

.form-wrap { float: right; margin: 20px 100px
}
input[type='text'] { height: 30px; width: 100px; padding-left: 10px
}
input[type='submit']{ background-color: orange; color: #fff; outline: none; border: none; height: 35px
}
input[type='text']:focus{ outline: 1px solid #9de4f2;
width: 300px; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;
}
Css expanding search - Script Codes
Css expanding search - Script Codes
Home Page Home
Developer Chris Maki
Username chrisMaki
Uploaded August 12, 2022
Rating 3
Size 1,728 Kb
Views 44,528
Do you need developer help for Css expanding search?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Chris Maki (chrisMaki) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!