Showing posts with the label css

WordPress checkout page (such as WooCommerce), you can validate the contact number field using JavaScript/jQuery

In a WordPress checkout page (such as Woo Commerce), you can validate the contact number field using JavaScript/jQuery for client-side validation and use PHP hooks for serv…

Responsive layout format in media query

Responsive layout format -------------------------------------------------------------- w3school layout format: ==================================== @media only screen a…

Creating an SPA Router in Vanilla JS

Building a vanilla js SPA Router step-by-step Guide For Beginners ১। public folder  হিসেবে অবশ্যই  index.html ফাইল টি নিতে হবে এবং তার মধ্যেই সকল navigation এবং main page গু…

How To Make Drop Down Menu Using HTML And CSS

Live Preview           Source Code in GitHub  HTML Code  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8&…

How to Create Responsive Navigation Bar using HTML and CSS

HTML code  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-U…

Load More That is All