top of page
Search

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
Apr 22, 2021

10 Simple CSS Code Examples
Once you've started dabbling in HTML, you'll probably be interested in adding more power to your web pages. CSS is the best way to do...
The Tech Platform
Mar 27, 2021


Vue.js Transition
Vue.js transition has various ways of applying the transition to HTML elements when elements are added or updated in the DOM. Working...
The Tech Platform
Mar 17, 2021


Hover Image Effects in CSS
We all love transitions, they personally make my heart skip a beat. I never get tired of watching them, especially as I’ve known the web...
The Tech Platform
Mar 12, 2021

Wide Gamut Color in CSS with Display-P3
Display-P3 color space includes vivid colors that aren’t available in sRGB. CSS Color Module Level 4 introduced syntax to use Display-P3...
The Tech Platform
Mar 9, 2021

How to Highlight Text On a Page with “Scroll to Text Fragments”
What are “Scroll to Text Fragments?” Scroll to Text fragments, (also known as text fragments) are snippets of text that, when appended to...
The Tech Platform
Mar 9, 2021

The latest features of CSS
CSS is growing in scope and power with each passing year. It’s a great time to be a web developer, but it can be challenging to stay...
The Tech Platform
Mar 3, 2021


What Is an SVG File? SVG Image and Tags Explained
SVG SVG or Scalable Vector Graphics is a web standard for defining vector-based graphics in web pages. Based on XML the SVG standard...
The Tech Platform
Dec 20, 2020

Use CSS Variables instead of React Context
I've been riding the CSS-in-JS train for years (I was even a significant contributor to the "movement"). It's awesome. I've never been so...
The Tech Platform
Dec 19, 2020
bottom of page