this post was submitted on 18 Jan 2026
1 points (100.0% liked)

Web Development

5640 readers
8 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Can you recommend a CSS framework that feels lean and modern like Pico CSS but isn’t only targeting small form sites?

you are viewing a single comment's thread
view the rest of the comments
[–] Zos_Kia@lemmynsfw.com 0 points 3 months ago (1 children)

A CSS framework allows you to not write any CSS! You just add utility classes to your html. I personally use tailwind and I guess there's some advanced stuff where you'd have to still write CSS yourself but for most use cases it's a lot easier. Flex layouts, notably, are a breeze.

[–] FishFace@piefed.social 0 points 3 months ago

Aren't the classes pretty much a 1:1 correspondence to CSS though?