How To Take Screenshot On Hp Laptop In Windows 10? #2023

Would you want to learn how to screenshot on HP laptop Windows 10? You’ve arrived at the correct location. The methods listed below will allow you to effortlessly snap a screenshot on your laptop. When you need to teach coworkers how to make changes to a webpage, screenshotting comes in

Read More »

Jquery Particle Effects on Buttons

Today we’d like to share a little effect library with you that can be used to create bursting particle effects. The idea is to disintegrate an element into particles and making it disappear (and vice versa). This effect looks really interesting on buttons, so we’ve created a little collection that

Read More »

Custom Popup With Tailwind CSS And Alpine Js

<!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> <body class=”p-12″> <script src=”https://cdnjs.cloudflare.com/ajax/libs/alpinejs/2.3.0/alpine.js”></script> <link href=”https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css” rel=”stylesheet”> <div @click.away=”open = false” x-data=”{ open: false }”> <button @click=”open = !open” class=”text-sm capitalize rounded py-3 px-4 bg-blue-600 text-white mb-4 hover:bg-blue-800 cursor-pointer”> Open Popup </button> <div :class=”{‘showpopup’:

Read More »

Best Minecraft Parkour Servers You Shouldn’t Miss #2023

The importance of parkour in Minecraft 1.18 appears abundantly evident if you look closer at how the environment is constructed. Speedy construction and parkour are necessary for sustainability if you’re attempting to reach the tallest Minecraft mountains or engaging in combat with diverse critters. But there is no way for

Read More »

centering things by flexbox

Flexbox is a popular CSS layout module that helps you position HTML elements on the screen. There are multiple use cases when it can be a godsend; horizontal and vertical centering is one of them. Flexbox centering solves common alignment problems you might encounter when working with the traditional CSS box

Read More »
No data found.