Tagged articles
124 articles
Page 1 of 2
Code Mala Tang
Code Mala Tang
Mar 30, 2026 · Frontend Development

Mastering New CSS Viewport Units: lv, sv, and dv for Mobile Layouts

This article explains why the traditional 100vh unit fails on mobile browsers, introduces the three new CSS viewport unit families (large, small, and dynamic), and provides practical code examples and guidance for choosing the right unit in responsive web designs.

CSSMobile WebResponsive Design
0 likes · 10 min read
Mastering New CSS Viewport Units: lv, sv, and dv for Mobile Layouts
IT Services Circle
IT Services Circle
Jan 17, 2026 · Frontend Development

10 Must‑Know CSS Layout Techniques for 2026

In 2026 front‑end engineering demands performance, maintainability, clean architecture and design‑system scalability, and modern CSS now provides powerful tools—Grid, Flexbox, Container Queries, Subgrid, clamp/min/max, logical properties, aspect‑ratio, and more—to dramatically reduce JavaScript usage while delivering faster, more reliable user experiences.

CSSFlexboxResponsive Design
0 likes · 11 min read
10 Must‑Know CSS Layout Techniques for 2026
JavaScript
JavaScript
Dec 17, 2025 · Frontend Development

Why vw and clamp() Are Replacing px and rem for Fluid Layouts

The article explains how modern CSS is shifting from fixed pixel and rem units to viewport‑based vw and the clamp() function, offering truly fluid, boundary‑controlled layouts that scale smoothly across any screen size while preserving accessibility where needed.

CSSResponsive DesignVW
0 likes · 5 min read
Why vw and clamp() Are Replacing px and rem for Fluid Layouts
58UXD
58UXD
Dec 16, 2025 · Frontend Development

Master UI Inspection with DevTools: A Designer’s Step‑by‑Step Guide

This guide shows designers how to leverage browser DevTools for efficient UI reviews, covering opening the tools, selecting elements, measuring spacing with the Box Model, inspecting computed styles, editing values live, using layout panels for Grid and Flexbox, simulating devices, and integrating AI‑assisted checks, all without writing code.

CSSDevToolsResponsive Design
0 likes · 13 min read
Master UI Inspection with DevTools: A Designer’s Step‑by‑Step Guide
JavaScript
JavaScript
Nov 28, 2025 · Frontend Development

Replace Media Queries with CSS clamp() for Fluid Responsive Design

This article explains why the traditional px unit and media‑query‑heavy approaches struggle on diverse devices and shows how the modern CSS clamp() function can create fluid typography and layout sizes that smoothly adapt from small to ultra‑wide screens without breakpoint jumps.

CSSFluid TypographyResponsive Design
0 likes · 5 min read
Replace Media Queries with CSS clamp() for Fluid Responsive Design
JavaScript
JavaScript
Nov 17, 2025 · Frontend Development

Why vw and clamp() Are Replacing px/rem for Fluid Layouts

The article explains how modern CSS is shifting from fixed pixel and rem units to viewport‑width (vw) and the clamp() function, offering truly fluid layouts that scale smoothly across any screen size while addressing the boundary issues of vw alone.

CSSResponsive DesignVW
0 likes · 5 min read
Why vw and clamp() Are Replacing px/rem for Fluid Layouts
JavaScript
JavaScript
Nov 3, 2025 · Frontend Development

Master Fluid Typography with CSS clamp() for Seamless Responsive Design

This article explains how the CSS clamp() function can replace bulky media queries, enabling fluid typography and adaptable layout dimensions that smoothly transition across device sizes without the rigidity of traditional pixel‑based sizing.

CSSFluid TypographyResponsive Design
0 likes · 5 min read
Master Fluid Typography with CSS clamp() for Seamless Responsive Design
JavaScript
JavaScript
Oct 7, 2025 · Frontend Development

Master Fluid Typography with CSS clamp(): Ditch Media Queries

This article explains why the traditional px unit struggles on varied screens, introduces the CSS clamp() function, and demonstrates how to use it for fluid typography and adaptable layout widths, eliminating complex media queries and achieving smooth, responsive designs across devices.

CSSFluid TypographyResponsive Design
0 likes · 5 min read
Master Fluid Typography with CSS clamp(): Ditch Media Queries
JavaScript
JavaScript
Sep 28, 2025 · Frontend Development

Replace px with CSS clamp() for Fluid Responsive Typography

This article explains why the traditional px unit struggles on diverse devices, introduces the CSS clamp() function as a modern alternative, and demonstrates how to create fluid, breakpoint‑free typography and adaptable layouts using simple code examples.

CSSFluid TypographyResponsive Design
0 likes · 4 min read
Replace px with CSS clamp() for Fluid Responsive Typography
JavaScript
JavaScript
Sep 2, 2025 · Mobile Development

12 Common Mobile Web Issues and How to Fix Them

This guide outlines twelve frequent mobile‑web problems—from 1 px borders and 300 ms click delays to safe‑area padding and image‑loading performance—and provides concise CSS or JavaScript solutions that developers can apply instantly to improve user experience across devices.

Mobile DevelopmentResponsive Designfrontend
0 likes · 5 min read
12 Common Mobile Web Issues and How to Fix Them
大转转FE
大转转FE
Aug 26, 2025 · Frontend Development

Optimizing H5 Pages for Foldable Screens with PostCSS, VW, and Flexible.js

This article explains how to adapt H5 product detail pages for foldable devices by comparing PostCSS‑to‑vw, CSS media queries, and a flexible.js + postcss‑px‑to‑rem workflow, then shows how to add foldable‑screen detection logic and layout tweaks to improve readability and content density.

Responsive DesignViewport Unitscss media queries
0 likes · 15 min read
Optimizing H5 Pages for Foldable Screens with PostCSS, VW, and Flexible.js
JavaScript
JavaScript
Aug 22, 2025 · Frontend Development

Why vw and clamp() Are Replacing px and rem for Fluid Layouts

The article explains how modern CSS units like vw and the clamp() function are overtaking traditional px and rem measurements, offering truly fluid layouts that scale smoothly across any screen size while addressing the limitations of fixed and stepped sizing approaches.

CSSResponsive DesignVW
0 likes · 5 min read
Why vw and clamp() Are Replacing px and rem for Fluid Layouts
Code Mala Tang
Code Mala Tang
Apr 23, 2025 · Frontend Development

Discover the Revolutionary CSS view() Function for Seamless Responsive Design

This article introduces the new CSS view() function that calculates element dimensions from viewport data using min, ideal, and max values, enabling fluid, breakpoint‑free layouts, and covers its syntax, practical examples, browser support, and how to implement feature detection for modern web design.

CSSCSS FunctionsResponsive Design
0 likes · 5 min read
Discover the Revolutionary CSS view() Function for Seamless Responsive Design
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 23, 2025 · Frontend Development

Comprehensive Guide to CSS Grid Layout: Responsive Design, Implicit/Explicit Grids, Alignment, and Advanced Techniques

This article provides an in‑depth tutorial on CSS Grid, covering responsive layouts with media queries, auto‑fit/minmax tricks, implicit versus explicit grids, column spanning, alignment properties, place‑content shortcuts, repeat syntax, masonry rows, and useful online resources, all illustrated with practical code examples.

CSSCSS GridHTML
0 likes · 9 min read
Comprehensive Guide to CSS Grid Layout: Responsive Design, Implicit/Explicit Grids, Alignment, and Advanced Techniques
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 14, 2025 · Frontend Development

A Comprehensive Guide to CSS Grid Layout: Fundamentals, Advanced Techniques, and Practical Examples

This article provides an in‑depth tutorial on CSS Grid, covering its basic syntax, column and row definitions, fractional units, gaps, implicit and explicit tracks, repeat functions, item placement, grid areas, accessibility concerns, and includes multiple code demos to illustrate each concept.

CSS GridResponsive DesignWeb Development
0 likes · 11 min read
A Comprehensive Guide to CSS Grid Layout: Fundamentals, Advanced Techniques, and Practical Examples
JavaScript
JavaScript
Jan 21, 2025 · Frontend Development

Master Modern CSS Selectors to Simplify Code and Boost Maintainability

This guide explores twelve cutting‑edge CSS selector techniques—including :is(), :where(), :has(), attribute wildcards, and container queries—showing how they can reduce redundancy, improve specificity handling, and make stylesheets more concise and maintainable for front‑end developers.

CSSResponsive DesignSelectors
0 likes · 5 min read
Master Modern CSS Selectors to Simplify Code and Boost Maintainability
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 7, 2024 · Frontend Development

Comprehensive TailwindCSS Styling Guide: Width, Height, Layout, Spacing, Borders, Typography and More

This article provides a thorough, step‑by‑step tutorial on TailwindCSS styling utilities—including preset width/height, custom values, viewport units, max/min dimensions, size shortcuts, margin/padding/space, border and divide utilities, outline, font sizing, weight, tracking, line‑height, text alignment, colors, overflow handling, wrapping and whitespace control—complete with code examples and visual demos.

CSSResponsive DesignStyling
0 likes · 12 min read
Comprehensive TailwindCSS Styling Guide: Width, Height, Layout, Spacing, Borders, Typography and More
iKang Technology Team
iKang Technology Team
Nov 7, 2024 · Frontend Development

Overview of H5 (HTML5) Technology: Advantages, Design Principles, Development Modes, and Common Issues

HTML5 provides a cross‑platform, multi‑device web standard with rich media and interactivity, offering responsive design, flexible layouts, and resource adaptation, while supporting native, hybrid, and framework development modes; however, developers must address security, legacy browser compatibility, performance, SEO, and platform‑specific integration challenges.

HTML5Responsive DesignWeb Development
0 likes · 8 min read
Overview of H5 (HTML5) Technology: Advantages, Design Principles, Development Modes, and Common Issues
php Courses
php Courses
Nov 1, 2024 · Frontend Development

Vue.js and Element UI Course Overview

This Vue.js and Element UI course teaches fundamental concepts, component development, state management, routing, and extensive Element UI component usage, enabling learners to build responsive, interactive modern web applications and establish a solid foundation for a frontend development career.

Component LibraryElement UIResponsive Design
0 likes · 3 min read
Vue.js and Element UI Course Overview
JD Tech
JD Tech
Sep 20, 2024 · Frontend Development

Flex Layout and Dynamic UI Development in JD Financial Application

This article explains how JD Financial's dynamic UI framework uses standard Flex layout (with Yoga as a cross‑platform engine) to build responsive container and item structures, details common Flex properties, list and absolute layouts, view visibility controls, and provides practical troubleshooting guidance for complex layouts.

Responsive DesignUI DevelopmentYoga Layout
0 likes · 18 min read
Flex Layout and Dynamic UI Development in JD Financial Application
JD Cloud Developers
JD Cloud Developers
Sep 18, 2024 · Frontend Development

Mastering Flex Layout in JD Finance’s Dynamic UI: From Basics to Advanced Tricks

This article explains how JD Finance’s dynamic UI framework leverages standard Flex layout and the Yoga engine to achieve consistent cross‑platform designs, detailing container and item concepts, key Flex properties, list and absolute layouts, visibility controls, and common layout troubleshooting tips.

Responsive DesignUI designYoga Layout
0 likes · 17 min read
Mastering Flex Layout in JD Finance’s Dynamic UI: From Basics to Advanced Tricks
21CTO
21CTO
Sep 5, 2024 · Frontend Development

Mastering CSS rem Units: Responsive Font Sizing Made Simple

This article explains the CSS rem unit, demonstrates how it relates to the root element's font size, and shows practical examples using vw and clamp() to create fluid, responsive typography across different screen sizes.

CSSResponsive Designfont size
0 likes · 5 min read
Mastering CSS rem Units: Responsive Font Sizing Made Simple
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 9, 2024 · Frontend Development

Implementing a Waterfall Layout with Virtual List in Vue3 and TypeScript

This article provides a step‑by‑step guide on building a responsive waterfall (masonry) layout combined with a virtual list in Vue 3 using TypeScript, covering data preparation, container sizing, position calculation, infinite scroll loading, handling variable card heights, and responsive column adjustments.

Responsive DesignTypeScriptVue3
0 likes · 24 min read
Implementing a Waterfall Layout with Virtual List in Vue3 and TypeScript
VMIC UED
VMIC UED
Jun 18, 2024 · Product Management

How Vivo Game Center Revamped Its Homepage for Immersive Game Discovery

This case study details Vivo Game Center's strategic redesign of its homepage, addressing content exposure, navigation efficiency, and visual immersion through a restructured layout, dynamic video integration, and a refined waterfall flow that together boost game activation rates and user engagement across devices.

Responsive DesignUI designUser experience
0 likes · 13 min read
How Vivo Game Center Revamped Its Homepage for Immersive Game Discovery
DaTaobao Tech
DaTaobao Tech
Mar 8, 2024 · Frontend Development

CSS Grid Layout for E‑commerce Product Cards

The article shows how using CSS Grid instead of nested Flex containers can halve the HTML and CSS needed for e‑commerce product cards by defining rows and columns, simplifying markup to a few elements while preserving layout for images, titles, prices, badges, and actions.

CSSCSS GridHTML
0 likes · 9 min read
CSS Grid Layout for E‑commerce Product Cards
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 6, 2024 · Frontend Development

Comprehensive Guide to Modern CSS Layout Techniques: Flexbox, Grid, and Common Patterns

This article provides a detailed tutorial on implementing various modern web layout techniques—including horizontal‑vertical centering, equal‑height columns, sticky footers, equal‑distribution columns, the Holy Grail layout, 12‑column grids, justified spacing, and responsive sizing with clamp()—using CSS Flexbox and Grid with practical code examples.

CSSFlexboxResponsive Design
0 likes · 29 min read
Comprehensive Guide to Modern CSS Layout Techniques: Flexbox, Grid, and Common Patterns
JD Cloud Developers
JD Cloud Developers
Dec 21, 2023 · Frontend Development

How to Fix the Mobile 100vh Bug and Achieve True Full‑Screen Layouts

This article explains why the 100vh unit behaves incorrectly on mobile browsers, demonstrates several work‑arounds—including a CSS‑custom‑property script, -webkit-fill-available, postcss‑100vh‑fix—and shows the modern dvh unit that reliably creates full‑screen sections across all devices.

100vhCSSMobile
0 likes · 6 min read
How to Fix the Mobile 100vh Bug and Achieve True Full‑Screen Layouts
VMIC UED
VMIC UED
Dec 12, 2023 · Mobile Development

Master Mobile UI Design Adaptation: Reduce Workload and Ensure Consistent Experience

This article explains what UI design adaptation is, why it’s essential for consistent mobile experiences, introduces key concepts such as logical and physical resolution, and details practical methods—including fixed‑size and responsive techniques—to streamline design work across diverse screen sizes.

Design GuidelinesMobileResponsive Design
0 likes · 14 min read
Master Mobile UI Design Adaptation: Reduce Workload and Ensure Consistent Experience
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 15, 2023 · Frontend Development

Responsive Waterfall Flow Layout Implementation in React

This article explains how to build a responsive waterfall (masonry) layout in React, covering the underlying principle of absolute positioning, dynamic column calculation, item placement based on column heights, lazy image loading, and provides the complete TypeScript component and CSS code.

CSSJavaScriptResponsive Design
0 likes · 13 min read
Responsive Waterfall Flow Layout Implementation in React
政采云技术
政采云技术
Oct 11, 2023 · Frontend Development

A Comprehensive Guide to React Grid Layout: Usage, Breakpoint & Grid Implementations, Drag‑and‑Drop and Resize Features

This article introduces React Grid Layout, explains how to install and configure it, and provides detailed implementations of responsive breakpoint layouts, grid positioning, component rendering, drag‑and‑drop handling, and resizing logic, complete with code examples and performance considerations.

Drag-and-DropReactResize
0 likes · 20 min read
A Comprehensive Guide to React Grid Layout: Usage, Breakpoint & Grid Implementations, Drag‑and‑Drop and Resize Features
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 27, 2023 · Frontend Development

Implementing Genshin Impact Character Switch Effect with Vue: Horizontal Scrolling, Background Animation, and Mobile Touch Handling

This article walks through recreating the Genshin Impact character switch UI using Vue, detailing the horizontal avatar carousel, background image scaling animations, and touch‑based swipe handling for mobile, complete with code snippets and edge‑case logic.

CSSJavaScriptResponsive Design
0 likes · 12 min read
Implementing Genshin Impact Character Switch Effect with Vue: Horizontal Scrolling, Background Animation, and Mobile Touch Handling
21CTO
21CTO
Jul 13, 2023 · Frontend Development

Mastering Chakra UI: Build Accessible, Responsive React Interfaces Fast

This article introduces Chakra UI, explains its core features, advantages, installation steps, and key components—including layout, media, navigation, and form elements—while also covering its drawbacks and providing practical React code examples for developers seeking a fast, accessible UI solution.

ReactResponsive DesignUI components
0 likes · 11 min read
Mastering Chakra UI: Build Accessible, Responsive React Interfaces Fast
MaGe Linux Operations
MaGe Linux Operations
Feb 24, 2023 · Frontend Development

Essential CSS & JavaScript Tricks for Modern Frontend Development

This article compiles practical CSS and JavaScript techniques—including single‑line and multi‑line ellipsis, iOS scrolling fixes, custom scrollbars, triangle badges, audio autoplay hacks, centering methods, element hiding strategies, front‑end engineering concepts, contenteditable usage, calc(), Proxy vs defineProperty, Reflect, and URL parsing—to help developers write cleaner, more responsive web interfaces.

Responsive Design
0 likes · 11 min read
Essential CSS & JavaScript Tricks for Modern Frontend Development
Zhaori User Experience
Zhaori User Experience
Feb 24, 2023 · Frontend Development

Mastering Responsive Layouts: DingTalk PC Client Adaptation Strategies

This guide explains how to design a fluid, responsive experience for the DingTalk PC client by defining screen‑size breakpoints, setting default and minimum window dimensions, choosing content‑area scaling rules, and handling fixed elements, card layouts, text and image scaling across devices.

Responsive DesignUI adaptationWeb Development
0 likes · 11 min read
Mastering Responsive Layouts: DingTalk PC Client Adaptation Strategies
Baidu MEUX
Baidu MEUX
Dec 29, 2022 · Frontend Development

Choosing the Right Chart for B‑End Data Visualization to Maximize Impact

This article explains how designers can select appropriate chart types, analyze data relationships and features, enhance visual hierarchy, and apply responsive design techniques to create effective B‑end data visualizations that improve information transmission and user understanding.

Data visualizationResponsive DesignUX
0 likes · 14 min read
Choosing the Right Chart for B‑End Data Visualization to Maximize Impact
Bilibili Tech
Bilibili Tech
Dec 6, 2022 · Frontend Development

Redesigning Bilibili PC Web: Front‑end Architecture, Vue3 SSR, Grid Layout and Performance Optimization

In early 2021 senior engineer Liu Lei led a complete redesign of Bilibili’s PC homepage, adopting Vue 3 with a custom SSR/CSR hybrid, responsive grid layouts via CSS grid and flex, theme variables, monorepo tooling, and extensive performance tweaks—boosting the page’s score dramatically while preserving hackability and supporting both narrow and ultra‑wide screens.

CSSFront-end ArchitecturePerformance Optimization
0 likes · 12 min read
Redesigning Bilibili PC Web: Front‑end Architecture, Vue3 SSR, Grid Layout and Performance Optimization
DaTaobao Tech
DaTaobao Tech
Dec 5, 2022 · Frontend Development

Canvas-Based Image Viewer with Touch Gestures for H5

The article presents a full‑featured H5 image viewer built on the native canvas API that supports touch gestures such as swipe, drag, pinch‑zoom and double‑tap, handles slide switching, boundary control, initial centering, mouse‑wheel emulation, and high‑resolution rendering via devicePixelRatio, eliminating the need for native bridges.

CanvasImage ViewerResponsive Design
0 likes · 16 min read
Canvas-Based Image Viewer with Touch Gestures for H5
Baidu MEUX
Baidu MEUX
Aug 24, 2022 · Mobile Development

How Baidu App Achieves Immersive Video Playback on Mobile Screens

This article explains Baidu App's immersive video design, detailing how maximizing screen real‑estate, optimal placement, and continuous viewing interactions such as window squeezing and floating mini‑windows create a focused, distraction‑free experience across diverse mobile devices.

Mobile DevelopmentResponsive DesignUI design
0 likes · 11 min read
How Baidu App Achieves Immersive Video Playback on Mobile Screens
Baidu MEUX
Baidu MEUX
Jul 22, 2022 · Frontend Development

How Responsive Grid Design Boosted User Engagement on a Short‑Video Platform

This case study details how Haokan Video’s PC site was transformed with a responsive 24‑column grid, streamlined navigation, visual‑noise reduction, and feed‑style content loading, resulting in higher content exposure, improved click‑through rates, and stable user retention after a month‑long AB test.

AB testingResponsive DesignUI/UX
0 likes · 9 min read
How Responsive Grid Design Boosted User Engagement on a Short‑Video Platform
Alibaba Terminal Technology
Alibaba Terminal Technology
May 19, 2022 · Frontend Development

The Future of Responsive Web Design: Component‑Driven, Container Queries & Multi‑Screen Support

This article traces the evolution of responsive web design from Ethan Marcotte’s 2010 breakthrough to today’s component‑driven approach, covering CSS media queries for user preferences, the emerging container‑query syntax, and new media features that enable layouts to adapt to multi‑screen and foldable devices.

Dark ModeMedia QueriesResponsive Design
0 likes · 55 min read
The Future of Responsive Web Design: Component‑Driven, Container Queries & Multi‑Screen Support
DaTaobao Tech
DaTaobao Tech
May 12, 2022 · Frontend Development

The Future of Responsive UI: Component‑Driven Design & CSS Container Queries

This article traces the evolution of responsive web design from Ethan Marcotte’s original concepts to today’s component‑driven approaches, exploring CSS media queries, new user‑preference features, container queries, and emerging multi‑screen and foldable‑device techniques, while providing practical code examples and industry insights.

CSSResponsive DesignWeb Development
0 likes · 56 min read
The Future of Responsive UI: Component‑Driven Design & CSS Container Queries
KooFE Frontend Team
KooFE Frontend Team
Feb 20, 2022 · Frontend Development

Master Modern CSS Layouts: Using gap and aspect-ratio for Cleaner Code

This article explains how modern CSS features such as the gap property for Flexbox and Grid layouts and the aspect‑ratio property simplify responsive design, reduce code complexity, and enable more intuitive, RTL‑safe layouts, replacing older hacks and padding tricks with concise, maintainable code examples.

CSSResponsive Designaspect ratio
0 likes · 7 min read
Master Modern CSS Layouts: Using gap and aspect-ratio for Cleaner Code
KooFE Frontend Team
KooFE Frontend Team
Feb 13, 2022 · Frontend Development

Mastering CSS clamp(): Simplify Responsive Design with Linear Scaling

This article explains how the CSS clamp() function can replace complex media queries by linearly scaling numeric properties such as font‑size, padding, or margin between defined minimum and maximum values, using viewport units for fluid, responsive designs while keeping code concise and maintainable.

CSSMedia QueriesResponsive Design
0 likes · 7 min read
Mastering CSS clamp(): Simplify Responsive Design with Linear Scaling
KooFE Frontend Team
KooFE Frontend Team
Jan 3, 2022 · Frontend Development

How to Write Defensive CSS: Prevent Scroll Chaining, Variable Fallbacks, and Layout Breakage

This article presents practical defensive CSS techniques—including using overscroll-behavior to stop scroll chaining, var() fallbacks for custom properties, min‑width/min‑height instead of fixed dimensions, proper background-repeat handling, and vertical media queries—to create more robust, responsive web layouts.

CSSResponsive DesignVariables
0 likes · 6 min read
How to Write Defensive CSS: Prevent Scroll Chaining, Variable Fallbacks, and Layout Breakage
FunTester
FunTester
Dec 21, 2021 · Frontend Development

Responsive Web Design and Mobile Web Testing Strategies

The article explains the importance of responsive web design for mobile users, outlines various mobile web testing approaches—including Chrome DevTools, simulators, real devices, and cloud‑based automation—and highlights how these strategies ensure consistent, high‑quality user experiences across diverse devices and network conditions.

AutomationResponsive DesignWeb Performance
0 likes · 6 min read
Responsive Web Design and Mobile Web Testing Strategies
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Dec 15, 2021 · Frontend Development

Mastering Flexbox Align-Content: When and How It Works

This article explores the flexbox align-content property, explaining its effect on multi‑line flex containers, the required layout direction, and how to achieve expected results with practical code examples and visual demos for both row and column orientations.

CSSResponsive DesignWeb Layout
0 likes · 9 min read
Mastering Flexbox Align-Content: When and How It Works
php Courses
php Courses
Dec 7, 2021 · Frontend Development

Responsive Website from Scratch – CSS Grid Layout

This tutorial series teaches how to build a complete responsive corporate website from the ground up using CSS Grid, covering navigation, carousel, about us, case studies, service flow, team, data, news, and footer sections with smooth transitions and animations.

CSSCSS GridHTML
0 likes · 2 min read
Responsive Website from Scratch – CSS Grid Layout
Baidu MEUX
Baidu MEUX
Nov 11, 2021 · Frontend Development

The Next Evolution of Web Design: From Fixed Screens to Container Queries

This article traces the history of web design from early fixed‑size screens and table‑based layouts, through the rise of responsive design with media queries, to emerging concepts like user‑preference media queries and container queries that promise a more component‑driven, personalized future.

CSSMedia QueriesResponsive Design
0 likes · 11 min read
The Next Evolution of Web Design: From Fixed Screens to Container Queries
LOFTER Tech Team
LOFTER Tech Team
Aug 25, 2021 · Frontend Development

Technical Summary of H5 Animation Techniques for NetEase LOFTER

This article presents a comprehensive technical summary of various H5 animation solutions—including pure CSS, dynamics.js, random motion, frame animation, lottie, video and APNG/WebP—along with mobile adaptation strategies using flexbox and practical video preloading methods for improved performance and user experience.

CanvasFlexboxJavaScript animation
0 likes · 18 min read
Technical Summary of H5 Animation Techniques for NetEase LOFTER
58UXD
58UXD
Aug 9, 2021 · Frontend Development

How We Revamped the Linggan VR Website: 5‑Step Process, 3D Animation & Design Secrets

This article walks through the complete redesign of the Linggan VR website, detailing problem discovery, a five‑question analysis, three core design themes, storyboarding, collaborative development, responsive layout choices, technical trade‑offs for 3D animation, SEO considerations, and the final launch.

3D animationResponsive DesignVR
0 likes · 11 min read
How We Revamped the Linggan VR Website: 5‑Step Process, 3D Animation & Design Secrets
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 11, 2021 · Frontend Development

Unlocking Flexbox Secrets: Advanced Layout Techniques and Calculations

This comprehensive guide uncovers the often‑overlooked intricacies of Flexbox, from axis terminology and logical properties to flex‑grow, flex‑shrink calculations, alignment nuances, and practical examples, helping developers avoid common pitfalls and create robust, responsive UI layouts.

CSS LayoutFlexboxFlexbox Calculations
0 likes · 32 min read
Unlocking Flexbox Secrets: Advanced Layout Techniques and Calculations
网易UEDC
网易UEDC
Mar 5, 2021 · Product Management

Desktop vs Mobile UI: Key Design Differences and Their Impact

This article examines the fundamental design differences between desktop and mobile applications—including layout, information architecture, interaction patterns, and component variations—explaining why these distinctions exist and how they affect user experience and development costs.

Desktop UIInteraction DesignMobile UI
0 likes · 12 min read
Desktop vs Mobile UI: Key Design Differences and Their Impact
Sohu Tech Products
Sohu Tech Products
Jan 13, 2021 · Frontend Development

CSS Scroll Snap: A Comprehensive Guide to Creating Smooth Scrollable Containers

This article explains the CSS Scroll Snap feature, covering its purpose, basic setup, key properties such as scroll‑snap‑type, scroll‑snap‑align, scroll‑snap‑stop, scroll‑padding, and scroll‑margin, and demonstrates practical use cases with code examples for building responsive scrollable interfaces.

CSSResponsive DesignWeb Development
0 likes · 12 min read
CSS Scroll Snap: A Comprehensive Guide to Creating Smooth Scrollable Containers
KooFE Frontend Team
KooFE Frontend Team
Jan 6, 2021 · Frontend Development

Why CSS Logical Properties Are the Future of Responsive Layouts

This article explains how CSS logical properties, introduced in 2020, provide a writing‑mode‑independent way to define layout, reduce code, and improve compatibility across languages such as Arabic, Hebrew, and Japanese, with practical examples and best‑practice recommendations.

CSSLogical PropertiesResponsive Design
0 likes · 6 min read
Why CSS Logical Properties Are the Future of Responsive Layouts
Beike Product & Technology
Beike Product & Technology
Dec 19, 2020 · Frontend Development

Master Mobile H5 Layout: 5 Proven Adaptation Techniques Explained

This guide compares five mobile H5 layout adaptation methods—percentage, rem, vw/vh, media queries, and flexbox—detailing their principles, implementation code, advantages, disadvantages, and practical tips to help developers choose the most suitable solution for responsive design.

CSSFlexboxResponsive Design
0 likes · 26 min read
Master Mobile H5 Layout: 5 Proven Adaptation Techniques Explained
Ctrip Technology
Ctrip Technology
Nov 26, 2020 · Frontend Development

Responsive Design: Benefits, Challenges, and Practical Implementation at Ctrip

This article explains what responsive design is, outlines its advantages such as resource savings and SEO benefits, discusses the difficulties encountered with media queries in Ctrip's train‑ticket project, and presents concrete class‑based and server‑side solutions with code examples to improve maintainability and performance.

CSSMedia QueriesResponsive Design
0 likes · 9 min read
Responsive Design: Benefits, Challenges, and Practical Implementation at Ctrip
Youku Technology
Youku Technology
Oct 19, 2020 · Mobile Development

Responsive Layout Techniques for iOS Apps: Youku's Implementation and Practice

Youku’s iOS app implements a unified responsive‑layout SDK that detects device size, orientation, and split‑screen states, automatically recalculates column counts and component widths, and adapts data, enabling a single codebase to support iPhone, iPad portrait, landscape, floating windows, and split‑screen modes.

App AdaptationMobile DevelopmentResponsive Design
0 likes · 15 min read
Responsive Layout Techniques for iOS Apps: Youku's Implementation and Practice
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 18, 2020 · Mobile Development

Mastering iOS Responsive Layout: Youku’s Universal Design in Action

This article explains how Youku’s iOS app achieves a single‑code responsive layout that adapts to iPhone, iPad portrait, iPad landscape, floating window, and split‑screen modes by using a custom SDK for state management, layout rules, and data processing, dramatically reducing development and maintenance effort.

Responsive DesignYoukuadaptive UI
0 likes · 14 min read
Mastering iOS Responsive Layout: Youku’s Universal Design in Action
Youku Technology
Youku Technology
Oct 16, 2020 · Mobile Development

How Youku Achieved Seamless Multi‑Device UI with a Responsive Android SDK

This article explains Youku's Android responsive solution, covering the responsive SDK, loading flow, architecture, data reprocessing, page and container responsiveness, and control size adaptation, providing practical guidelines for building a single app that adapts to diverse device sizes and form factors.

AndroidFoldable ScreensResponsive Design
0 likes · 13 min read
How Youku Achieved Seamless Multi‑Device UI with a Responsive Android SDK
We-Design
We-Design
Sep 28, 2020 · Frontend Development

Beyond Mobile‑First: How Task‑Oriented Design Shapes Multi‑Device Experiences

The article introduces task‑oriented design as a strategic approach for creating cohesive, device‑specific experiences across the IoT ecosystem, contrasting it with traditional adaptive design, exploring its impact on mobile‑first thinking, showcasing real‑world examples like Apple Calendar, and offering practical guidance for designers.

Responsive Designfrontendmulti-device UI
0 likes · 12 min read
Beyond Mobile‑First: How Task‑Oriented Design Shapes Multi‑Device Experiences
vivo Internet Technology
vivo Internet Technology
Aug 26, 2020 · Frontend Development

Adaptive Grid Layout Solutions for Management Backend Pages

To solve inconsistent PC resolutions and the lack of multiple design drafts in backend management pages, we evaluated fixed‑width, fixed‑count, Material Design, and custom grids, then built a reusable adaptive‑grid component that recalculates card width, margin, and padding on resize using CSS variables, delivering responsive card‑lists while minimizing design overhead.

CSS VariablesComponentResponsive Design
0 likes · 16 min read
Adaptive Grid Layout Solutions for Management Backend Pages
Taobao Frontend Technology
Taobao Frontend Technology
Aug 6, 2020 · Frontend Development

How Foldable and Dual‑Screen Devices Are Redefining Web Design

The article explores how emerging foldable and dual‑screen devices reshape web development, introducing new challenges, opportunities, and concepts such as CSS media features, environment variables, JavaScript window‑segment APIs, and practical code examples for responsive layouts across multiple screens.

JavaScript APIResponsive Designcss media queries
0 likes · 24 min read
How Foldable and Dual‑Screen Devices Are Redefining Web Design
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 20, 2020 · Frontend Development

Master Modern CSS Layouts: Centering, Grids, Flexbox, and More

This comprehensive guide walks you through essential CSS layout techniques—including horizontal and vertical centering, equal‑height columns, sticky footers, 12‑column grids, holy‑grail layouts, and responsive design—using Flexbox and Grid with clear code examples and visual demos.

CSSFlexboxResponsive Design
0 likes · 25 min read
Master Modern CSS Layouts: Centering, Grids, Flexbox, and More
58UXD
58UXD
Jun 30, 2020 · Frontend Development

How to Design an Impactful Website Header That Captivates Users

This guide explains why the website header sets the tone for user experience, outlines essential elements like logo, navigation, and search, and offers practical tips on size, placement, sticky navigation, imagery, video, and mobile responsiveness to create a memorable and effective top‑of‑page design.

Responsive DesignUI/UXWeb Design
0 likes · 10 min read
How to Design an Impactful Website Header That Captivates Users
We-Design
We-Design
Jun 29, 2020 · Frontend Development

How to Seamlessly Adapt Mini‑Programs from Mobile to PC Screens

This guide explains how to leverage the larger screens and precise input of PCs to adapt mobile‑first mini‑programs, covering fundamental experience differences, responsive layout patterns, interaction translation, and special scenarios such as pop‑ups and hidden gestures, enabling a seamless cross‑platform user experience.

Mini ProgramPC adaptationResponsive Design
0 likes · 10 min read
How to Seamlessly Adapt Mini‑Programs from Mobile to PC Screens
vivo Internet Technology
vivo Internet Technology
Jun 3, 2020 · Frontend Development

Behavior-Preset Dynamic Layout for Full-Screen Pages

The article presents a behavior‑preset dynamic layout system that uses DPR‑derived root font sizes and rem units to automatically adapt full‑screen pages across diverse device aspect ratios and resolutions, offering preset rules for backgrounds, element scaling, and anchoring, thus eliminating the need for multiple style sheets.

CSSDynamic ScalingResponsive Design
0 likes · 18 min read
Behavior-Preset Dynamic Layout for Full-Screen Pages
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
May 22, 2020 · Frontend Development

Mastering Dark Mode with CSS Variables: A Step‑by‑Step Guide

This article explains how to implement a flexible dark‑mode theme using modern CSS custom properties, covering variable definition, runtime theme switching, Sass/Less integration, media‑query detection, image handling, event‑bus notifications, polyfills for older browsers, and the challenges of color mapping.

CSS VariablesDark ModeResponsive Design
0 likes · 16 min read
Mastering Dark Mode with CSS Variables: A Step‑by‑Step Guide
58UXD
58UXD
Nov 13, 2019 · Frontend Development

Responsive vs Adaptive Design: When to Use Which and How to Build Fluid Layouts

This article explains the differences between responsive and adaptive web design, when to choose each approach, essential grid and media‑query techniques, and practical tips such as using icon fonts and setting breakpoints based on content rather than device sizes.

Media QueriesResponsive Designadaptive layout
0 likes · 8 min read
Responsive vs Adaptive Design: When to Use Which and How to Build Fluid Layouts
WecTeam
WecTeam
Nov 7, 2019 · Frontend Development

Mastering Foldable Screen Design: 9 Essential Responsive Principles

This article explores the challenges of adapting web interfaces for foldable smartphones, reviews current devices, explains why responsive design is the core solution, outlines nine fundamental principles, highlights common pitfalls, and envisions future interaction possibilities for developers.

Foldable ScreensMedia QueriesResponsive Design
0 likes · 10 min read
Mastering Foldable Screen Design: 9 Essential Responsive Principles
Sohu Tech Products
Sohu Tech Products
Nov 6, 2019 · Mobile Development

Mastering the Viewport Meta Tag: How to Perfect Mobile Screen Adaptation

This comprehensive guide explains the viewport concept, browser behavior, DOM APIs, and practical usage of the Viewport Meta Tag—including width, scale, user‑scalable, and viewport‑fit—while comparing responsive and adaptive design patterns and offering concrete code examples for mobile cross‑screen adaptation.

Mobile WebResponsive DesignVW
0 likes · 24 min read
Mastering the Viewport Meta Tag: How to Perfect Mobile Screen Adaptation
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jul 19, 2019 · Frontend Development

Mobile Web Adaptation: Principles, Terminology, Viewport, and Common Solutions

This article explains the fundamentals of mobile web adaptation, covering key concepts such as screen resolution, pixel density, device pixel ratio, viewport types, and presents several practical solutions—including flexible+rem, CSS3 media queries with vw, and pure vw approaches—along with implementation details and case studies.

MobileResponsive DesignVW
0 likes · 20 min read
Mobile Web Adaptation: Principles, Terminology, Viewport, and Common Solutions
AutoHome Frontend
AutoHome Frontend
Jan 14, 2019 · Frontend Development

12 Must‑Know CSS Fixes for Common Layout Pitfalls

This article compiles frequent CSS problems—from button styling and overflow handling to flex‑wrap, grid layouts, long‑word breaking, transparent gradients, pseudo‑elements, and input accessibility—offering concise code solutions and practical tips to improve cross‑browser compatibility and user experience.

CSSResponsive DesignWeb Development
0 likes · 14 min read
12 Must‑Know CSS Fixes for Common Layout Pitfalls
JD Tech
JD Tech
Nov 1, 2018 · Frontend Development

Responsive Layout Techniques Using CSS Viewport Units, Media Queries, and JavaScript

This article explains how to achieve responsive design by calculating viewport heights for various desktop and mobile resolutions, using CSS viewport units (vh, vw) and rem together with media queries and JavaScript to dynamically switch scaling modes for consistent UI across devices.

CSSMedia QueriesResponsive Design
0 likes · 9 min read
Responsive Layout Techniques Using CSS Viewport Units, Media Queries, and JavaScript
Aotu Lab
Aotu Lab
Oct 23, 2018 · Frontend Development

Mastering Precise Responsive Layouts with vh, vw, and Media Queries

This guide explains how to calculate viewport dimensions for different operating systems and browsers, use CSS viewport units and media queries to create a single-page design that adapts smoothly across desktop and mobile screens, and provides Sass functions and JavaScript logic for robust implementation.

JavaScriptMedia QueriesResponsive Design
0 likes · 11 min read
Mastering Precise Responsive Layouts with vh, vw, and Media Queries
JD Tech
JD Tech
Sep 17, 2018 · Frontend Development

Adapting Web Pages for iPhone X Safe Area and Bottom Home Indicator

This article explains how to adapt web pages for iPhone X's bottom home indicator by using the viewport‑fit meta tag, the CSS env() and constant() functions, and various padding or margin techniques to ensure fixed elements stay within the safe area, with practical code examples.

CSSResponsive DesignWeb Frontend
0 likes · 8 min read
Adapting Web Pages for iPhone X Safe Area and Bottom Home Indicator
360 Tech Engineering
360 Tech Engineering
Aug 27, 2018 · Frontend Development

A Comprehensive Guide to CSS Grid Using the Grid Garden Game

This article introduces the educational web game Grid Garden, walks readers through all 28 levels, and explains core CSS Grid concepts—including grid containers, items, lines, tracks, the fr unit, and shorthand properties—providing practical code examples to master modern layout techniques.

CSS GridGrid GardenResponsive Design
0 likes · 10 min read
A Comprehensive Guide to CSS Grid Using the Grid Garden Game
Tencent Cloud Developer
Tencent Cloud Developer
Apr 25, 2018 · Mobile Development

Developing a WeChat Mini‑Program for ID Card Capture: A Personal Technical Walkthrough

A Tencent Cloud UI engineer details how they built a WeChat mini‑program that captures a personal ID card with the device camera, uses WXML, WXSS, and JavaScript, adapts layouts with rpx units, leverages WeUI components, and overlays text masks via cover‑view components before uploading the image for registration.

Camera ComponentResponsive DesignWXML
0 likes · 6 min read
Developing a WeChat Mini‑Program for ID Card Capture: A Personal Technical Walkthrough
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 3, 2017 · Frontend Development

How to Build Seamless Text Scrolling for High‑Traffic Web Pages

This article reviews a high‑traffic hotel ranking marketing project and walks through three methods—marquee, jQuery carousel, and CSS3 with minimal JavaScript—to achieve seamless text scrolling, detailing HTML structure, CSS tricks for iOS acceleration, and the final jQuery script that ensures smooth, continuous animation.

Responsive Designcss3frontend
0 likes · 4 min read
How to Build Seamless Text Scrolling for High‑Traffic Web Pages
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 20, 2017 · Frontend Development

How to Scale and Crop Images to a Fixed 80×80 Box with CSS

This guide explains how to uniformly scale backend‑provided images of varying dimensions to fit an 80×80 container by proportionally resizing based on the shorter side and then cropping the central area, with a simple CSS solution using background‑size and background‑position, including a cover shortcut.

CSSImage ScalingResponsive Design
0 likes · 3 min read
How to Scale and Crop Images to a Fixed 80×80 Box with CSS
Hujiang Technology
Hujiang Technology
May 9, 2017 · Frontend Development

Getting to Know CSS Grid Layout – A Comprehensive Guide

This article introduces CSS Grid Layout, covering its core concepts, browser support, practical examples for creating columns, gutters, fractional units, alignment, legacy support, padding, rows, flexible sizing with minmax, and advanced techniques like auto‑fit and auto‑fill to build responsive, media‑query‑free layouts.

CSS GridResponsive Designfrontend
0 likes · 13 min read
Getting to Know CSS Grid Layout – A Comprehensive Guide