5 Columns carousel slider bootstrap 4
This example showing how easily we can use use carousel. it can be 2 column, 3 column, 4 column, 5 column … 12 columns.
This example showing how easily we can use use carousel. it can be 2 column, 3 column, 4 column, 5 column … 12 columns.
Sometime need to disable a link using CSS. This can be done by using a small code of CSS. Below i will show different Scenarios: Disable link that has an exact href: = You can choose to disable links that contain a specific href value like so : <a href=”//website.com/exact/path”>Exact path</a> [href=”//website.com/exact/path”]{ pointer-events: none; } Disable …
When need to Developing a website it’s important that all anchor links are working. Also if those links Scholl to anchor to the exact Location with a offset value that would be really cool thing. Recently i have worked in a site for my client, She need all the Anchor link Scroll to the exact …
Scroll to anchor with offset from external page jQuery Read More »
Sometime we need to use Google custom map, although its so easy to create a google map. People use it for several purpose if someone need to add multiple map marker with a map or create custom color. we can do it easily by using google map creator. First of all need to go to google …