Skip to content

Tutorials

  • Cryptocurrency
  • CSS
  • Excel
  • HTML
  • Javascript
  • Node.js
  • Others
  • SCSS
  • Web Development

Pages

  • Home
  • All Tutorials
  • About
  • Privacy Policy

Red Stapler

Coding Tutorials and Development Tips

  • Home
  • Tutorials
  • About

Category: CSS

css-3d-cube
CSS

Creating 3D Cube with Pure CSS

December 28, 2020 Red Stapler 0

3D cube effect can be achieved easily with CSS 3D Transform by creating div for each side of the cube. Then use rotateX, rotateY and rotateZ to put them into their places. Transform-origin is also….

Read more
css-glass-blur-effect
CSS

How to Create Glass Blur Effect with CSS

December 28, 2020 Red Stapler 1

CSS Glass blur effect is very popular on web page that want the div to be transparent and see through background or create a glass cover on another element. The snippet below uses masking trick,….

Read more
javascript add animation property
CSS Javascript

How to Add CSS Animation with JavaScript

December 28, 2020 Red Stapler 0

A JavaScript snippet to dynamically add shorthand CSS animation property to any element. Useful method to insert an animation on a certain scenario. The syntax used in JavaScript code is similar with one in CSS…..

Read more
javascript button state
CSS

Toggle Active Button State with JavaScript

December 28, 2020 Red Stapler 0

JavaScript code snippet to add “active” class to any button or div to toggle an active state. Useful for changing styles and appearance of clicked button. The snippet below will add click event listener to….

Read more
chernobyl-az-5-button-css
CSS Javascript Web Development

Recreate Chernobyl AZ-5 Button with CSS/HTML

December 28, 2020 Red Stapler 1

In this tutorial, we’re going to recreate the famous Chernobyl AZ-5 button with CSS and a little bit of JavaScript. Let’s check it out! The AZ-5 Button Here is the button in the movie. I….

Read more
chernobyl-rbmk-core-css
CSS HTML

Chernobyl Jumping Control Rods HTML and CSS Tutorial

December 28, 2020 Red Stapler 0

The jumping reactor control rods of is one of the most impressive yet terrifying scene in Chernobyl. In this tutorial, we’re going to recreated an animated 3D mini RBMK nuclear reactor core using only HTML….

Read more
css-perspective-text-effect
CSS

CSS Perspective Text Hover Effect Tutorial

December 28, 2020 Red Stapler 2

Sliding perspective text effect has been around for some time and many of you might have seen it already . So in this tutorial, we’re going to show you how to make CSS perspective text….

Read more
split-js-tutorial
CSS HTML Javascript

Split.js Tutorial – Create Split Screen Effect on your Website

December 28, 2020 Red Stapler 1

Today we’re going to talk about split.js. An awesome JavaScript that can help you create split screen effect on your webpage or any HTML element and create a resizable partition in just a few minutes…..

Read more
nes-css-tutorial
CSS

NES.css Tutorial – Retro NES Style CSS Framework

December 28, 2020 Red Stapler 0

In this tutorial, we’re going to talk about interesting CSS library – NES.CSS. We’ll show you how to turn your website into 8 bit style in a couple minutes with this library. Let’s check it….

Read more
css-cracking-text-effect
CSS

CSS Text Cracking Effect Tutorial

December 28, 2020 Red Stapler 2

In this tutorial, I’m going to show you how to create a cracking text effect with breathing animation using just pure CSS in couple minutes. Let’s check it out! (Source code at the end of….

Read more
minimalist-css-image-carousel
CSS HTML

Minimalist CSS Image Carousel Tutorial

December 28, 2020 Red Stapler 5

Image carousel (or some would call “image slider”) is an awesome way to display set of images on your website. In this tutorial, I’m going to show you how to create a minimalist design image….

Read more
realistic-css-neon-text-effect
CSS

Realistic CSS Neon Text Effect Tutorial

December 28, 2020 Red Stapler 1

In this tutorial, I’m going to show you how to create a realistic neon text effect with pure CSS in just a few minutes! HTML Structure So here is the example page with black background…..

Read more

Posts pagination

«Previous Posts 1 … 3 4 5 6 7 … 9 Next Posts»
©2025 Red Stapler. All rights reserved.
  • Facebook
  • Twitter
  • Youtube