What to use without bootstrap?
You can use foundation without bootstrap. Usually, development engineers will use Bootstrap, while front-end developers will give priority to Foundation.
There are many key differences between Bootstrap and Foundation, however, I think you only need to remember one thing:
The two design philosophies of ZURB and Twitter are very clear, from their pairing You can tell from the naming of your own framework: Bootstrap means to guide and bootstrap at startup, in other words, it tries to handle everything you need in your project. And Foundation means to create, in other words, it only gives you everything you need in your project. Powerful creativity.
Keeping that perspective, let me now list more key differences between the two:
1. UI Elements
Foundation only arranges a limited number of elements, while Bootstrap gives you all the elements you can imagine.
ZURB's design goal for Foundation is that even if you use predefined UI elements , and it shouldn’t look too similar to everyone’s website.
On the other hand, Bootstrap tries to provide you with all the defined UI elements.
2. REMs VS Pixels
Foundation uses REMs, while Bootstrap uses Pixels.
Using Pixels means that you have to accurately define the height, width, padding, and margin of a component, and in each A device and screen size, because different devices often have very different display effects.
Now Foundation 5 uses REMs instead of EM. In this way, the EM cascade problem is avoided: http://css-tricks .com/font-sizing-with-rem/
Using REMs means that you can directly use font-size: 80%; to make the entire component and its subcomponents smaller by 20%.
It is worth mentioning that through REMs, you can break away from the details of Pixels, so it is very worthwhile to use REMs to handle it.
Foundation also provides the sass mixin method to convert Pixels to REMs. In this way, you can continue to use the Pixels way of thinking to define the page:
.element { width: rem-calc(10px); // will be converted to REMs }
3. Flexible grid VS predefined grid
Foundation's grid It can automatically adapt to the width of the current browser. Boostrap predefines several grid sizes to adapt to mainstream devices and screens.
Bootstrap will suddenly change it when you change the browser width. Grid.
Foundation will flexibly adapt to the current browser width. This is a new technical means. While automatically adapting, it can show the same effect as Transformer.
Foundation There are two main points when the grid changes: small, medium and large. All operations only shrink and enlarge, and adapt to the current browser width. There is no need for a predefined screen size, and the main reason is , encourages you to define different styles according to the size of the screen.
With Bootstrap, you get a fixed or manifold grid, which means you need to set or configure the grid container separately. Not a predefined width.
Using Foundation and Sass, you can freely adjust the size of the largest grid (medium and small are automatically calculated), the number of columns for large screens, and the number of columns for small screens Number.
4. Mobile device first VS also supports mobile devices
Foundation has been designed with any four-corner screen in mind. Bootstrap is designed in advance: Mobile , tablets, desktops and extra-large screen desktops.
Building a mobile-first website means it will definitely be usable on larger screens. So, Foundation encourages you to do this: Mobile Prioritize.
If you use Foundation's Sass Media Query Mixin, you will find that there is no specific Media Query to query what a mobile device is, but you use a Media Query to define what should be on a larger screen. How to display.
If you think about desktops first when designing something, you are likely to encounter big problems in supporting smaller screens, and thinking about mobile phones first will allow you to focus on what is most important to users. , making your space more useful.
5. Community
Bootstrap has a larger community. With Foundation, you have to be more self-reliant.
The biggest highlight of Bootstrap is the community. This is a very huge and all-encompassing community, and you can find almost anything you are looking for.
If you choose Foundation, self-reliance may be something you have to master. Almost All solutions are for Bootstrap, you can only build your own.
The above is the detailed content of What to use without bootstrap?. For more information, please follow other related articles on the PHP Chinese website!

一个好的网站,不能只看外表,网站后台同样很重要。本篇文章给大家分享10款好看又实用的Bootstrap后台管理系统模板,可以帮助大家快速建立强大有美观的网站后台,欢迎下载使用!如果想要获取更多后端模板,请关注php中文网后端模板栏目!

bootstrap与jquery的关系是:bootstrap是基于jquery结合了其他技术的前端框架。bootstrap用于快速开发Web应用程序和网站,jquery是一个兼容多浏览器的javascript库,bootstrap是基于HTML、CSS、JAVASCRIPT的。

好看又实用的Bootstrap电商源码模板可以提高建站效率,下面本文给大家分享7款实用响应式Bootstrap电商源码,均可免费下载,欢迎大家使用!更多电商源码模板,请关注php中文网电商源码栏目!

好看又实用的企业公司网站模板可以提高您的建站效率,下面PHP中文网为大家分享8款Bootstrap企业公司网站模板,均可免费下载,欢迎大家使用!更多企业站源码模板,请关注php中文网企业站源码栏目!

在bootstrap中,sm是“小”的意思,是small的缩写;sm常用于表示栅格类“.col-sm-*”,是小屏幕设备类的意思,表示显示大小大于等于768px并且小于992px的屏幕设备,类似平板设备。

bootstrap默认字体大小是“14px”;Bootstrap是一个基于HTML、CSS、JavaScript的开源框架,用于快速构建基于PC端和移动端设备的响应式web页面,并且默认的行高为“20px”,p元素行高为“10px”。

bootstrap modal关闭的方法:1、连接好bootstrap的插件;2、给按钮绑定模态框事件;3、通过“ $('#myModal').modal('hide');”方法手动关闭模态框即可。

bootstrap是免费的;bootstrap是美国Twitter公司的设计师“Mark Otto”和“Jacob Thornton”合作基于HTML、CSS、JavaScript 开发的简洁、直观、强悍的前端开发框架,开发完成后在2011年8月就在GitHub上发布了,并且开源免费。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SublimeText3 Chinese version
Chinese version, very easy to use
