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 …
Blog
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. https://vimeo.com/553644005 …
How to change logo wordpress website
In this short article, I will show you how to change the logo on the pearl WordPress theme. The logo is maybe one of the crucial parts of our website. It’s the heart of our website and it should be professional looking. If the costumers come on the website and see a bad looking logo …
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 …
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 costumers to click on them and go shopping or checkout page. Today I will present you an awesome looking button with great animation, not like buttons …
How to refresh internet connection
It has probably happened to everyone that the internet connection does not work best for them. One reason may be the way the network is set up. To fix it you may need to flush DNS on your computer. Follow our instructions on how to do this. First, we need to run a command line on windows …
How to add calculated fields form – contact form 7
ontact form 7 can easily be transformed into some kind of calculators such as a booking calculator, weight calculator, tax calculator, etc. To make it work as a calculator, we need one more WordPress plugin, the PVB contact form 7 calculator. To add necessary plugins log in in the WordPress dashboard, hover over Plugins, and click add new. …