Full-Stack Cultivation Path
Full-Stack Cultivation Path
Apr 27, 2025 · Frontend Development

Super Practical CSS Grid Layout Tricks for 7‑Column Grids

This article walks through several CSS techniques—plain grid markup, repeating linear gradients, selective borders, and pseudo‑elements—to create a 7‑column grid with row separators, explaining each method’s limitations, trade‑offs, and exact selector formulas.

CSSbordergradient
0 likes · 11 min read
Super Practical CSS Grid Layout Tricks for 7‑Column Grids
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Dec 3, 2024 · Frontend Development

How to Simulate a Realistic Progress Bar Using Only CSS

This article shows step‑by‑step how to create a more authentic‑looking loading bar with pure CSS by using a container element, a ::before pseudo‑element, keyframe animations, easing functions like cubic‑bezier and the new linear() function, and finally how to finish the bar instantly with CSS variables and a tiny JavaScript trigger.

CSSanimationcubic-bezier
0 likes · 8 min read
How to Simulate a Realistic Progress Bar Using Only CSS
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Aug 4, 2024 · Frontend Development

Create 3 Stunning Sweep Light Effects Using Pure CSS

This article explains the simple principle behind CSS sweep‑light animations and provides step‑by‑step code for three common scenarios—text, card containers, and irregular images—using linear gradients, background‑position animation, pseudo‑elements, and CSS masks.

CSSCSS maskbackground-position
0 likes · 8 min read
Create 3 Stunning Sweep Light Effects Using Pure CSS
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Jul 25, 2021 · Frontend Development

Mastering CSS content: How to Use ::before, ::after and Replace Elements

This article explains the CSS content property, how it works with ::before and ::after pseudo‑elements to insert generated content, the concept of replaceable elements, size calculation rules, and practical use cases such as inserting characters, creating shapes, image generation, attribute values, icon fonts and counters.

CSSCSS countersFrontend
0 likes · 14 min read
Mastering CSS content: How to Use ::before, ::after and Replace Elements