Questions tagged [css-frameworks]

CSS frameworks are pre-prepared libraries that are meant to allow for easier, more standards-compliant styling of web pages using the Cascading Style Sheets language.

frameworks are pre-prepared libraries that are meant to allow for easier, more standards-compliant styling of web pages using the Cascading Style Sheets language.

You can find a list of current frameworks at Awesome CSS Frameworks. However, the most popular CSS frameworks are and .

213 questions
106
votes
23 answers

What is the best CSS Framework and are they worth the effort?

Reading on another forum I've came across the world of CSS Frameworks. The one I've been specifically looking at is BluePrint. I was wondering if anyone else had come across CSS frameworks, suggest which is the best and if they are worth the effort?
Martin Clarke
  • 5,636
  • 7
  • 38
  • 58
61
votes
6 answers

Twitter Bootstrap: What is the correct way to use the `.btn` class within a navbar?

I'm using a navbar for the standard nav stuff and i'd like to include a button for Sign in and Sign up. The I'm using an a tag with the btn btn-large btn-success classes and by default it appears the navbar does not accommodate the use of nested…
Mario Zigliotto
  • 8,315
  • 7
  • 52
  • 71
40
votes
6 answers

Is it possible to integrate MaterializeCss into Bootstrap

I have asked myself (not tested) if it is possible to integrate both bootstrap and materializecss into the same project Since both frameworks are for the same purpose and probably overlapping in some class definitions etc. is it still possible to…
Nickolaus
  • 4,785
  • 4
  • 38
  • 60
39
votes
2 answers

How can I make a bulma button goes full width?

I am using bulma@0.3.0 css framework I have submit button within a form as follows ...
27
votes
3 answers

Compass vs Bourbon Frameworks

Im working on a rails 3.1 application. I want to have a framework/library that covers gradients, shadows etc. Compass has been popular, but getting it to play nicely with rails 3.1 was a challenge for me, so I opted for Bourbon, which also seems to…
alik
  • 3,820
  • 9
  • 41
  • 55
27
votes
4 answers

How do I set up the Zurb Foundation icons?

I have downloaded the Zurb Foundation icon fonts files http://zurb.com/playground/foundation-icon-fonts-3 I unzipped them and placed the /foundation-icons folder into my /css folder. Is this correct? I am trying to follow the documentation "How to…
Beast_Code
  • 3,097
  • 12
  • 43
  • 54
19
votes
3 answers

Is padding supported in the Twitter Bootstrap framework?

I am having trouble understanding the Twittter Bootstrap framework. Does it allow for basic padding around containers? There seems to be a default 20px margin left but no padding. Anyone here managed to solve this issue?…
Amit Erandole
  • 11,995
  • 23
  • 65
  • 103
19
votes
11 answers

Bootstrap's javascript works locally but not when deployed to a server

I downloaded the barebone example of Twitter's bootstrap and customized it. I tested it locally (with WAMP server) and everything works perfectly, both the CSS and the JScript. I uploaded the files to my webhosting service and the JScript just…
dialex
  • 2,706
  • 8
  • 44
  • 74
18
votes
5 answers

How to effectively use the Frameless grid?

I'm starting building a website good for mobile devices too. So I'm also starting studying media queries and the various grid frameworks. I've taken a look to all the 'main players' like Inuit.css, the semantic grid etc.. and found that probably the…
Luca Reghellin
  • 7,426
  • 12
  • 73
  • 118
18
votes
5 answers

How to use Antdesign with tailwindcss together in a React Project

I'm going to set up a new project and would like to have these two packages together, but not sure, so the question is that using Tailwindcss with antdesign Is a good practice? Does anyone have any experiences? Each package has its own theme manager…
Hamid Shoja
  • 3,838
  • 4
  • 30
  • 45
16
votes
5 answers

CSS Frameworks for mobile dev?

Over the past year, I've become a fan of BluePrint.css for managing larger web app projects. I've also looked at 960 and YUI's offerings as well. All good (though I have some complaints about YUI). I'm working on a mobile project now and given that…
DA.
  • 39,848
  • 49
  • 150
  • 213
14
votes
3 answers

Best solution/framework to Responsive Design for IE7

For those who still don't know about Responsive Design I suggest this link As long at it doesn't understand media querys like: @media screen and (max-width: 1280px) { h1 { font-size: 120px; padding: 10px; color:#999999 !important; } …
Toni Michel Caubet
  • 19,333
  • 56
  • 202
  • 378
14
votes
1 answer

Zurb Foundation vs Twitter Bootstrap for non-designers

I'm not a web designer, and I don't have a lot of time for customization. I'm creating a website that is a LoB web application. Most users will be using IE 9 on the desktop, but a few responsive pages will be required for some iPad/iPhone access in…
Homer
  • 7,594
  • 14
  • 69
  • 109
13
votes
10 answers

Can someone recommend a bells and whistles CSS framework?

I am looking for a bells and whistles CSS framework. I have found a number online that deal with "grids", and some that deal with "typography" and others that deal with "resetting". What I have not found is something that will give my web…
Ali Afshar
  • 40,967
  • 12
  • 95
  • 109
13
votes
3 answers

What is the best Approach for CSS framework of an Enterprise Cloud application?

There are several ways to style the elements in each page, in Enterprise applications usually the CSS Framework size increased about 1 MB, and when your users are using slow internet connection, you should decrease css framework size. we can create…
Nasser Hadjloo
  • 12,312
  • 15
  • 69
  • 100
1
2 3
14 15