Jump to content

Responsive websites


wiseboss

Recommended Posts

This question is bugging the ###### out of me.

 

I want to understand what do i really need for a responsive web design.

As i see it, its as simple as just using the @media command to adjust for different screen sizes. Why do i even need the so called "grid" ?.

Can a website be responsive without applying a framework ?

 

Link to comment
Share on other sites

Like anything else with programming, you can build it all yourself from scratch if you really want to, but frameworks are there to make the job easier. The framework itself is using the same technologies you would otherwise use, someone just put in the time and effort to make it extensible and generic. You don't have to use a framework, but one of the goals of a framework is to solve the common problems so that the programmer can work on the actual meat of the project.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...