top of page
Search
The Tech Platform
Apr 27, 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
Feb 10, 2022
Using Static Files (HTML, CSS,JS) In ASP .NET Core Web API
In this article, we will see how to add static files or groups of static files to an existing ASP.Net Core web API project. As we all...
The Tech Platform
Dec 24, 2021
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 23, 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
Nov 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 9, 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
Oct 19, 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
Sep 25, 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 18, 2021
Front-End Development and Back-End Development Languages.
Front End The front-end is built using a combination of technologies such as Hypertext Markup Language (HTML), JavaScript and Cascading...
The Tech Platform
Aug 18, 2021
10 lifesaving HTML/CSS tricks for designers
Learning new things brings both joy and frustration, and development sits on the top of the frustration pyramid. Sadly, most job offers...
bottom of page