top of page
Search

Change the Shape of the Image using CSS
In CSS, Use the border-radius property to create rounded images: You can Change the shape of the image using pixels or using percentage...
The Tech Platform
Jun 17, 2021


Six Reasons Why You Should Start Using Tailwind CSS
In this post, let’s look at some reasons, why you might want to use Tailwind in your next project. Before we start, you can go to this...
The Tech Platform
Jun 15, 2021

CSS :hover Selector ( Select and style unvisited, visited, hover, and active links:)
Below is the example of the CSS :hover Selector (visited, hover and selected links) Code: <!DOCTYPE html> <html> <head> <style> /*...
The Tech Platform
May 30, 2021

CSS Text Effects with Example
In CSS Text Effects we have following Properties: text-overflow word-wrap word-break writing-mode Text-Overflow The CSS text-overflow...
The Tech Platform
May 26, 2021

Flashing Neon Text Using CSS and HTML
HTML <div class="area">âš The Tech Platform âš </div> CSS @import url(https://fonts.googleapis.com/css?family=Open+Sans); body {...
The Tech Platform
May 26, 2021

Create a Full-Screen Slider Using HTML, CSS3 and jQuery
In this tutorial, we are going to create a full-screen slider using HTML, CSS3 and jQuery. You can us it for product presentations on...
The Tech Platform
May 17, 2021

How to insert spaces/tabs in text using HTML/CSS?
You can use the non-breaking space ( ) ( ) and ( ) character entity to insert a space in HTML. The non-breaking space is a...
The Tech Platform
May 13, 2021

How to Create a Loader in CSS
A loader is a visual indicator that informs the user that content is being loaded. How to Create a simple Loader Here's an example of how...
The Tech Platform
May 8, 2021

How to Design Stitched Glowing Effect for Button using HTML and CSS ?
The stitched glowing effect is generally used in the design of classical or retro-themed websites. You can also call it a Denim effect if...
The Tech Platform
May 4, 2021

Building a Dashboard with ASP.NET Core and DotVVM
A dashboard is a tool used to visualize and track certain performance or status indicators. It condenses in one place the critical...
The Tech Platform
Apr 26, 2021
bottom of page