All posts by Alex Anie

About Alex Anie

Alex Annie is a Community Contributor and Frontend Developer with 4 years of experience in crafting high-quality technical content. He specializes in frontend technologies like HTML, CSS, JavaScript, React.js, Vue.js, and Next.js, along with skills in TailwindCSS, Git/GitHub, and web testing. At LambdaTest, he has authored 20+ articles covering CSS, automation testing, cross-browser testing, Cypress, and software testing. Alex also publishes technical blogs on platforms like Hashnode, Dev.to, and Medium.

Follow me on:

Blogs: 19

CSS Blend Modes

LambdaTest ExperimentsTutorialWeb Development

CSS Blend Modes: Basics and Getting Started

Blending images together is not new in the design world, but when it comes to the web, things can be tricky or complex, depending on your chosen approach.

October 30, 2023

view count178492 Views

Read time19 Min Read

Complete Guide to Color Contrast Accessibility

LambdaTest ExperimentsTutorialWeb Development

Complete Guide to Color Contrast Accessibility

Modern web design encompasses many things, from putting together HTML tags, adding CSS styling, applying JavaScript to make it interactive, and connecting it to a server so that anybody can access it across the globe.

August 10, 2023

view count388276 Views

Read time32 Min Read

Web DevelopmentTutorial

A Complete Guide To CSS Masking

Since the inception of the web, web design has been a huge part of it. Web designers use different approaches to design web pages

July 12, 2023

view count168134 Views

Read time29 Min Read

css3 tutorial tiny

LambdaTest ExperimentsTutorial

CSS3 Tutorial – An Ultimate Beginner’s Guide To Master Web Design

CSS is an abbreviated word for Cascading Style Sheets used for designing markup languages such as HTML (HyperText Markup Language) and XML (Extensible Markup Language).

April 11, 2023

view count255250 Views

Read time49 Min Read

Redefining Element Positioning With CSS Inset Property feature

LambdaTest ExperimentsTutorial

Redefining Element Positioning With CSS Inset Property

Building responsive web pages is essential if you want your website to run flawlessly on multiple browsers without hiccups.

March 24, 2023

view count212379 Views

Read time19 Min Read

CSS Object Model

LambdaTest ExperimentsTutorial

A Beginner’s Guide To CSS Object Model (CSSOM)

If you are a front-end developer or a CSS enthusiast and you love writing code in CSS, words like Flexbox, Grid, Positioning, Box model, Selectors, Media Queries, Animations, Transforms and Transitions, and translate property, to mention a few, are not going to be strange to you

March 14, 2023

view count128774 Views

Read time30 Min Read

LambdaTest ExperimentsTutorial

Mastering CSS Border Style: A Comprehensive Guide

CSS Borders refers to the line outside the padding and inside the margin of the CSS Box Model. This line wraps around the padding and content in every HTML Element. That is both semantic and non-semantic elements.

February 22, 2023

view count141441 Views

Read time24 Min Read

A Complete Guide to Document Object Model

LambdaTest ExperimentsTutorial

What Is DOM: A Complete Guide To Document Object Model

DOM, or Document Object Model, is a programming interface for web documents, primarily HTML and XML. It represents web pages as a hierarchy of nodes and objects, allowing dynamic access and manipulation of the document’s content, structure, and style.

January 18, 2023

view count47857 Views

Read time47 Min Read

A Beginner’s Guide To Styling CSS Forms

LambdaTest ExperimentsTutorial

A Beginner’s Guide To Styling CSS Forms

To put in a simple term, an HTML or web forms are mostly referred to as web elements that are designed to enable users to put in their information, which may include their names, age, gender, or credit card number, etc., which is then sent to a server for processing.

August 3, 2022

view count38198 Views

Read time18 Min Read