top of page
Search

Modal Libraries For Web Development
A modal (also called a modal window or lightbox) is a web page element that displays in front of and deactivates all other page content....
The Tech Platform
May 31, 2022

How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...
The Tech Platform
May 24, 2022

7 New CSS Features in 2022
With the use of CSS, we can control various styles, such as the text color, the font style, the spacing among paragraphs, column size and...
The Tech Platform
Apr 30, 2022

CSS Methodology you should know
A CSS methodology is a set of guidelines for writing modular, reusable and scalable code. Although CSS is an easy language to write,...
The Tech Platform
Apr 27, 2022

The :empty and :blank CSS pseudo selectors
:empty The :empty CSS pseudo-class represents any element that has no children. Children can be either element nodes or text (including...
The Tech Platform
Dec 24, 2021

How I made Google’s data grid scroll 10x faster with one line of CSS
Google Search Console is used to check indexing status and optimize visibility of our websites. You can also check which external...
The Tech Platform
Dec 23, 2021

CSS Grid Layout Properties with Examples
Grid The CSS Grid Layout Module offers a grid-based layout system, with rows and columns, making it easier to design web pages without...
The Tech Platform
Nov 23, 2021

CSS Position Property
CSS is how we determine the layout and design of a webpage. The CSS position is how we position each element in a document. This property...
The Tech Platform
Nov 9, 2021

REMOVE INLINE CSS FROM HTML FILES
What does the script do? 1. The script recursively scans all html files in a directory 2. For each html file, it a. scans for ‘style’...
The Tech Platform
Oct 19, 2021

How Does CSS Work?
In this article, I want to teach you and show you the different levels of CSS in the browsers, how they work, and how we can control...
The Tech Platform
Sep 25, 2021
bottom of page