How to create responsive web design framework?

arronmattwills

New member
Joined
Dec 23, 2013
Messages
322
Points
0
Friends, frame work is the most important thing to design a responsive website.
Frame work is nothing but an idea or a systematic approach that has already planned before going to implement.
So in frame work we can design or make code in all cases like two columns, three, four, five columns or how to place a image, how to use big title and small titles.

Responsive menu style, slider banner style, full width or limited width likewise we will plan before only.

The best online free resources are Bootstrap responsive frame work and foundation. These two will be very much helpful for you.

Please ask me if you have any doubts related to responsive web design. I can help you.
 

web3k

New member
Joined
Dec 23, 2012
Messages
39
Points
0
Bootstrap, IMO is by far the best responsive framework around.

Our opinion is that its best think small (i.e. mobile) first when considering a responsive site, rather than thinking about and building a full scale site and trying to size that down, which is just the way Bootstrap has been built.
 

JoelPDickerson

New member
Joined
Aug 12, 2014
Messages
27
Points
0
For creating the responsive framework you have to include following things:
The Styles, The Markup, The Layout, Final Notes.
 

emily

New member
Joined
Mar 12, 2015
Messages
53
Points
0
Recently i have started responsive web design coding skills, i have practiced bootstrap. Bootstrap is a popular responsive web design framework, most of the web designers use it but i found semantic is user friendly and very easy to learn and implement.
 

orangesweety

New member
Joined
May 25, 2015
Messages
31
Points
0
We have most popular responsive design frameworkds lik bootstrap, foundation, semantic, skeleton etc.,

We have to divide the layout into 12 parts and call them as span. Then it is easier to design.

For example if you want to divide a row into two part take two span and write the following.

<div class="row">
<div class="span6">
sample text
</div>
<div class="span6">
sample text
</div>
</div>
 
Last edited:
Older threads
Replies
0
Views
2,447
Replies
0
Views
4,046
Replies
13
Views
5,787
Latest threads
Replies
2
Views
126
Replies
1
Views
189
Replies
6
Views
431
Replies
11
Views
546
Replies
2
Views
238
Recommended threads
Replies
1
Views
10,849
Replies
11
Views
4,138
Replies
1
Views
2,839

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top