The Tech PlatformAug 18, 2021HTML10 lifesaving HTML/CSS tricks for designersLearning new things brings both joy and frustration, and development sits on the top of the frustration pyramid. Sadly, most job offers...
The Tech PlatformAug 10, 2021CSSCreate an animated landing page with Tailwind CSSIn 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 PlatformJul 27, 2021HTMLColor Guide in CSS/HTMLWith 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 PlatformJul 20, 2021CSSLoading Buttons in CSSTo use the Font Awesome icons, add the following line inside the <head> section of your HTML page: <link rel="stylesheet"...
The Tech PlatformJul 17, 2021CSSWhat 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 PlatformMay 13, 2021HTMLHow 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 PlatformOct 11, 2020JavaScriptUsing in-element in Ember.jsEmber.js, renowned for its robust framework and developer-friendly environment, continues to evolve with innovative features aimed at...