How to create responsive web design framework?

arronmattwills

Well-known member
Registered
Joined
Dec 23, 2013
Messages
191
Points
18
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

Member
Registered
Joined
Dec 23, 2012
Messages
29
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.
 
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

Member
Registered
Joined
Mar 12, 2015
Messages
44
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

Member
Registered
Joined
May 25, 2015
Messages
30
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,403
Replies
0
Views
3,085
Replies
3
Views
3,503
Replies
2
Views
2,731
Replies
8
Views
4,605
Newer Threads
Recommended Threads
Replies
9
Views
5,230
Replies
13
Views
4,836
Replies
19
Views
12,438

Latest postsNew threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

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