search
HomeWeb Front-endCSS Tutorial27 useful CSS framework recommendations

27 useful CSS framework recommendations

Apr 05, 2017 pm 04:08 PM
cssframework

Using the CSS framework can simplify your work and improve work efficiency. The CSS framework is a collection of CSS files, including basic element resets, page layout, grid layout, form styles, general rules and other code blocks. Here are 27 excellent CSS frameworks recommended for you that you can choose from.

1. 960gs

The page width of 960 pixels seems to have become a design standard, which can display web content well under various current resolutions. More commonly used sizes are provided to simplify the web design process, making the work simple and efficient.

2. YUI 2: Grids CSS

Mango once introduced YUI launched by the Yahoo development team, and this YUI Grids CSS is part of it. As one of the most famous CSS frameworks, YUI Grids CSS provides four preset page widths and six preset templates. Among them, the negative margin technology, using the measurement unit em, clearing layout floats and other technologies are very worthy of learning and reference.

3. Blueprint

Blueprint is a mature CSS framework that divides layout, typography, widget, reset, and print into different CSS files. During web design, the code introduced is reduced and the page loading efficiency is improved.

4. BlueTrip

BlueTrip is a CSS framework that integrates the best parts of the BluePrint & Tripoli framework; the print style of Hartija; the simplicity of 960.gs; and the Elements icon. Provide you with a useful style collection and a common method for making websites. This way you can focus on designing.

5. Elastic CSS

Elastic is a simple CSS framework used to layout web pages. Elastic enables a wide variety of common web page layouts.

6. Easy

The popular JQUERY component functions on the market have been incorporated into its framework. You only need to use this framework directly without having to learn complex AJAX JQuery syntax, which is very convenient.

7. EZ-CSS

EZ-CSS is a lightweight, browser-friendly, easy-to-use CSS framework. Used to create complex page layouts with CSS+p.

8. Tripoli

Tripoli is a general CSS specification for HTML presentation. By resetting and rebuilding browser standards, Tripoli provides a foundation for standard, cross-browser performance for your website projects.

9. CleverCSS

CleverCSS is a small Python-inspired markup language for CSS that can be used to create a stylesheet in a clean and structured way. In many ways it is cleaner and more powerful than CSS2. The most obvious difference with CSS is the syntax: it is based on indentation and is not monotonous. Although this is obviously against the rules of Python, it is still a good idea for organizing styles.

10. SenCSS

It provides reasonable styles for the repeated parts of your CSS, so that you can pay more attention to the style of your website. Unlike other CSS frameworks, SenCSs does not include various complicated layout styles or predefined grid systems. So what can SenCSs do? Baseline, fonts, paddings, margins, tables, lists, headers, blockquotes, forms, etc. are all what SenCSs can do.

11. Emastic

Emastic is a CSS framework with a continuous mission: to explore strange new worlds, to find new life and new website spaces, and to boldly go where CSS frameworks have not yet reached. It is lightweight, user-friendly on page widths, and uses fixed and non-fixed column widths in the grid. Elastic uses "em" layout.

12. Typogridphy

Typogridphy is a CSS framework suitable for grid layout, which is used to help web designers and front-end developers quickly code to achieve beautiful grid layout. It allows you to quickly create a variety of grid layouts with ease and simplicity. The CSS of this framework fully complies with semantic validation, strict Xhtml and other standards.

13. Less Framework 3

It is a CSS framework based on less.js that makes full use of its advanced features such as mixins, variables, and nesting.

14. Elements

It is a very lightweight CSS framework. Judging from its code organization structure, the author obviously hopes that the entire project can be deployed in its CSS framework.

15. Boilerplate

It is a preset template for HTML/CSS/JS, which can help you build a cross-browser website that supports HTML5-CSS3.

16. Malo

An ultra-small, flexible, easy-to-use, personalized page with variable width.

17. The 1kb CSS Grid

If you only need a lightweight CSS grid system to build the main framework of your website, then you can try 1Kb CSS Grid. The 1KB CSS Grid website provides a generator to customize the CSS grid, and you can directly download the customized CSS grid.

18. Fluid Grid System

The text of a website's navigation menu cannot provide enough information to express the content of the current menu button. The general solution is to use tooltip information. Then the mobile navigation menu can also solve this problem and also add some fashion to the website design. And dynamic elements.

19. Content with Style

Content with Style The next logical step is to extend this into a CSS framework, allowing for rapid development of websites using already written and tested components. What is actually needed is a set of naming conventions and a flexible base template.

20. WYMstyle

WYMstyle is a set of CSS files that you can easily combine to quickly create the layout of your website. By providing reliable, well-tested CSS modules, WYMstyle strives to prevent every website from tedious cross-browser compatibility testing.

21. The Golden Grid

It is a relatively new CSS framework developed by vladocar, which can provide a new layout reference for modern website design. It's very compact, so it's easy to learn and use. Some of the methods of handling layout are worth learning from. If you understand the 960 grid system, then this framework will be easier for you to use.

22. Yet Another Multicolumn Layout (YAML)

YAML is a (X)HTML/CSS framework developed for flexible and user-friendly layouts. YAML has provided extensive and comprehensive documentation since its emergence in 2007. Like many other CSS-Frameworks such as Blueprint CSS or YUI Grids, it provides a system of predefined CSS-classes for creating grid-based layouts. To create a layout, a designer creates the HTML structure of the website, then writes the CSS for the containers (html tags), and the rest is taken care of.

23. Compass

Compass is a style authoring framework that makes your style sheets and markup easy to create and maintain. Write your own styles using sass instead of the original css. By combining Mixins and Compass in Sass, you can use style frameworks such as Blueprint to replace your own style tags. Compass is based on sass, and you can use css frameworks such as Blueprint. It is very Convenient.

24. Schema Web Design Framework

Schema is a presentation-layer web page framework designed to provide the necessary CSS and HTML tags for repetitive design tasks. Rather than creating HTML/CSS from scratch for every new website project, Schema provides the necessary foundation to get started and get your design running in no time.

25. Sparkl

It is a very mature system, it is small, flexible, easy to learn and use.

26. The jQuery UI CSS Framework

​It is a set of UI controls and mouse interaction components with skin changing functions based on jquery. Used to help developers build web applications with a good user experience. Provides a powerful CSS Framework for user-defined widgets using jQuery. The ThemeRoller among them allows you to operate and design different styles of web interfaces as you like.

27. 52framework

It is a web development framework that implements HTML5 and CSS3. It is a cross-browser framework that can run on all major browsers, including IE6. It is mainly implemented using an HTML5 enabling JavaScript file.

The above is the detailed content of 27 useful CSS framework recommendations. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How much specificity do @rules have, like @keyframes and @media?How much specificity do @rules have, like @keyframes and @media?Apr 18, 2025 am 11:34 AM

I got this question the other day. My first thought is: weird question! Specificity is about selectors, and at-rules are not selectors, so... irrelevant?

Can you nest @media and @support queries?Can you nest @media and @support queries?Apr 18, 2025 am 11:32 AM

Yes, you can, and it doesn't really matter in what order. A CSS preprocessor is not required. It works in regular CSS.

Quick Gulp Cache BustingQuick Gulp Cache BustingApr 18, 2025 am 11:23 AM

You should for sure be setting far-out cache headers on your assets like CSS and JavaScript (and images and fonts and whatever else). That tells the browser

In Search of a Stack That Monitors the Quality and Complexity of CSSIn Search of a Stack That Monitors the Quality and Complexity of CSSApr 18, 2025 am 11:22 AM

Many developers write about how to maintain a CSS codebase, yet not a lot of them write about how they measure the quality of that codebase. Sure, we have

Datalist is for suggesting values without enforcing valuesDatalist is for suggesting values without enforcing valuesApr 18, 2025 am 11:08 AM

Have you ever had a form that needed to accept a short, arbitrary bit of text? Like a name or whatever. That's exactly what is for. There are lots of

Front Conference in ZürichFront Conference in ZürichApr 18, 2025 am 11:03 AM

I'm so excited to be heading to Zürich, Switzerland for Front Conference (Love that name and URL!). I've never been to Switzerland before, so I'm excited

Building a Full-Stack Serverless Application with Cloudflare WorkersBuilding a Full-Stack Serverless Application with Cloudflare WorkersApr 18, 2025 am 10:58 AM

One of my favorite developments in software development has been the advent of serverless. As a developer who has a tendency to get bogged down in the details

Creating Dynamic Routes in a Nuxt ApplicationCreating Dynamic Routes in a Nuxt ApplicationApr 18, 2025 am 10:53 AM

In this post, we’ll be using an ecommerce store demo I built and deployed to Netlify to show how we can make dynamic routes for incoming data. It’s a fairly

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor