Saturday, May 10, 2014

How to make a website responsive without boostrap

Hi every one,

This post will let you know you can make a website responsive without using boostrap. There are some simple css techniques which you have to use like meadia screen, maxwidth, minwith e.t.c.....

what you chould do is you can use first
write the simple css code in your stylesheet for desktop view
for mobile view use @media screen and (max-width: 520px) make all the div{width:100%;}
for image to make it responsite use img{max-width:100%}
you can also use grid.css for your layout

and here it is done. try it once

Related Posts:

  • Securing Login Credentials In today's fastest going internet technology every popular website is compressing and prompting users for Login Credentials and improving the strength of password credential. They ask you to put strong password like mix and … Read More
  • Common welth bank zencart plugin This module will help you to integrate common welth bank gateway in your zencart store. After installing This module go to modules -> payment and edit cc via common welth bank. now you nedd do this Enable MIGS Payment M… Read More
  • [Solved] How To Import Export Product in Magento? Well i had scenario that i have upload all the product and categories on my local host Magento store now what i had to is to make the website live and i had configured it live but the challenge came to me is i have to upload… Read More
  • can not login to magento after installation Hi guys if you can not login to magento admin panel after installation it's not an issue. All what you need to do is you will have to modify up a file of magento. Go to: app\code\core\Mage\Core\Model\Session\Abstr… Read More
  • Important Command Ado.Net With the release of the .NET Framework, Microsoft introduced a new data access model, called ADO.NET.The five major objects in ADO.NET are: Obects Description Connection The Connection object is responsible for establishing… Read More

1 comment:

  1. nice tutorials...u have made it very simple ...good job :)

    ReplyDelete