Whether you need an admin dashboard for e-commerce, school management, hospital management, job portal, or any other business, this will be the perfect tutorial to learn how to start making one. You will also be able to download the complete source code. This is a live demo of the final product: Admin Dashboard Here is …
css
Vanilla JavaScript modal
People tend to use bootstrap or a similar library or framework for simple stuff like modals and give some additional weight to the unnecessary web pages. I will show you today how is simple to make a modal using HTML, CSS, and vanilla JS. 1. So let’s begin with the HTML: <!DOCTYPE html> …
Let’s make a progress bar
Take a look at what we gonna build today: a progress bar. You can download a source code from here: https://github.com/brilex/progress-bar or you can download it from here: <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Document</title> </head> <style> #progress-bar …
How to make a booking form using html and css
Today I will show you have to make this booking form using HTML and CSS. This will not be a long tutorial so stick with me. I have added the video underneath if you rather want to watch a video then a written tutorial. You can download source code from the bottom of the website. First, …
Awesome css responsive card
Cards are very important in website design nowadays because they have a lot of interactive content and information about the products, etc. Knowing how to make them will surely help you to polish your website design. Today we will make some awesome-looking cards using HTML and CSS with minimum use of code. To achieve this …
Let’s make coolest button ever
Let’s make the coolest button ever using HTML and CSS Why should we bother about our button design? The answer is very simple. Great-looking buttons should attract our customers to click on them and go shopping or checkout page. Today I will present you with an awesome-looking button with great animation, not like buttons we …