Bootstrap 4 Multi-Step Form Wizard – By Custom Javascript

  HTML <div class=”steps_wizard”> <form id=”regForm”> <div class=”all-steps” id=”all-steps”> <span class=”step”>1</span> <span class=”step”>2</span> <span class=”step”>3</span> <span class=”step”>4</span> <span class=”step”>5</span> </div> <div class=”tab”> <h1>1</h1> <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugiat, laboriosam perspiciatis quos vitae eveniet animi, accusantium eligendi nihil magni nemo suscipit facilis nisi ratione repudiandae fuga consectetur

Read More »

What is React js ?

React is a front-end library developed by Facebook. It is used for handling the view layer for web and mobile apps. ReactJS allows us to create reusable UI components. It is currently one of the most popular JavaScript libraries and has a strong foundation and large community behind it.  

Read More »

How To Go Invisible on Discord Mobile And Web #2022

Discord is a social stage for gamers so needing to be invisible on Discord appears to be a logical inconsistency. Notwithstanding, assuming that you’re planning for a strike, dealing with help errands for your organization, or focusing on creating or evening out, there might be times when you need a

Read More »

What is 5g technology? How to turn off 5g on iphone 12 #2023

What is 5g technology? 5G technology is the next generation of wireless cellular networks. It promises faster speeds, lower latency, and more reliable connections than its predecessors. While 5G is not yet widely available, it is expected to revolutionize the way we use mobile devices and connect to the Internet.

Read More »

RF ENGINEER INTERVIEW QUESTIONS 2021

Q1 Tell Us What Is Your Experience With Rf Technology?  You can describe what you know about it, specific projects you have done, or relevant places you worked in – government, security, information technology industries, etc.    Q2 Did You Work In The Field Of Rf Engineering?  Begin with specific places you worked, like government

Read More »

bootstrap 4 form template

Bootstrap gives various form manage designs, layout possibilities, plus custom-made elements for developing a wide range of Bootstrap Form Elements. Forms present the ideal system for receiving several suggestions coming from the site visitors of our webpages. If it is actually a plain connection or subscription form including just a few

Read More »

How To Do Custom Container Size In tailwind CSS

Open Tailwind.config.js file And add your components and then Building your CSS module.exports = { purge: [], darkMode: false, // or ‘media’ or ‘class’ theme: { extend: {}, }, variants: { extend: {}, }, // custome container with corePlugins: { container: false }, plugins: [ function ({ addComponents }) {

Read More »

TYPESCRIPT INTERVIEW QUESTIONS AND ANSWERS 2021

Q1 What Is TypeScript?  By definition, “TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.”  TypeScript is a superset of JavaScript which provides optional static typing, classes and interfaces.   => The TypeScript was first made public in the year 2012.  => Typescript is a modern age JavaScript development language.  => TypeScript is a strongly typed,

Read More »

bootstrap 4 grid examples

Bootstrap grid system provides a quick and convenient way to create responsive website layouts. The latest Bootstrap 4 version introduces the new mobile-first flexbox grid system that appropriately scales up to 12 columns as the device or viewport size increases. Bootstrap 4 includes predefined grid classes for quickly making grid layouts

Read More »

image follow mouse cursor pointer

  <div class=”pointer”> <img src=”https://thumbs.gfycat.com/AmusingFriendlyBarasingha-size_restricted.gif” class=”gif” alt=””> </div> $(document).mousemove(function (e) { $(“.pointer”).css({ left: e.pageX, top: e.pageY }); });   See the Pen image follow mouse cursor pointer by w3codemasters (@w3codemasters) on CodePen. Also Read  best free android backup software for pc hair color change app trustworthy rom sites free animations

Read More »
No data found.