<style>
.search{
width:90px;
transition:1s;
height:40px
}
.search:focus{
width:300px;
transition:1s;
}
</style>
<input type="text" class="search" placeholder="Enter here for search..">
Javascript,Nodejs,MongodDB,WordPress,CSS,PHP
In this section we will see how to create a helper in laravel,create ahelpers.php file in your app folder and load it up with composer. add...
In this post we learn how to upload a file into media library of wordpress using template. upload image is not a simple as in core php,we need some c...
WordPress widgets were created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user. Wid...
1) In your active theme create a folder inside your plugin folder and write plugin name exp:contact-us 2) create a file same name as your folder n...
No comments:
Post a Comment