top of page
Search
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...
The Tech Platform
Aug 10, 2021
Create an animated landing page with Tailwind CSS
In this project we are going to build a beautiful tailwind CSS site. This site again will be created using only HTML and CSS and no...
The Tech Platform
Jul 27, 2021
Color Guide in CSS/HTML
With CSS, colors can be specified in different ways: By color names As RGB values As hexadecimal values As HSL values (CSS3) As HWB...
The Tech Platform
Jul 20, 2021
Loading Buttons in CSS
To use the Font Awesome icons, add the following line inside the <head> section of your HTML page: <link rel="stylesheet"...
The Tech Platform
Jul 17, 2021
What are the Different types of CSS.
Cascading Style Sheet(CSS) is used to set the style in web pages that contain HTML elements. It sets the background color, font-size,...
The Tech Platform
May 13, 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
Oct 11, 2020
Using in-element in Ember.js
Ember.js, renowned for its robust framework and developer-friendly environment, continues to evolve with innovative features aimed at...
bottom of page