top of page
Search
The Tech Platform
Apr 15
Introduction to Chart.JS
In today's data-driven world, effectively communicating insights is crucial. Charts and graphs are powerful tools for transforming...
Sofia Sondh
Mar 21, 2023
How to Create an Image Gallery in CSS
This is the most basic type of gallery where smaller versions of images, called thumbnails, are displayed in a grid with zoom-in and...
Sofia Sondh
Mar 7, 2023
CSS Background Image
CSS background image is a property that allows you to add a background image to an element on a webpage. With the various background...
The Tech Platform
Jul 22, 2021
Building D3 interactive network graph D3 Force-Simulation + React + TypeScript
We can build very powerful network graphs using D3 Force Simulation library. In this blog, I have done same exercise but with React.js...
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 17, 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 8, 2021
How to add Tables in HTML.
The HTML tables are created using the <table> tag in which the <tr> tag is used to create table rows and <td> tag is used to create data...
The Tech Platform
Apr 22, 2021
CSS Animation with SVGs
HTML <div class="arrow arrow--top"> <svg xmlns="http://www.w3.org/2000/svg" width="270.11" height="649.9" overflow="visible"> <style>...
The Tech Platform
Aug 4, 2020
Getting Started With AWS Amplify - Part Two - Building the UI
If you haven’t already, you can find part one here. It describes how to get started, get Amplify initiated, and set up the API. In this...
bottom of page