*NEW* Responsive Web Design

Responsive Web Design is so important for the very reason that more and more people are accessing sites from mobile devices rather than desktop computers. Responsive design is the act of websites conforming to the size and platform of every device and not just computers. Pre-Fixed CSS Here is my website on a mobile device before I switched the coding and css over to make it responsive so it could fit within the screen. Post-Fixed CSS Here is my website on mobile after switching the coding and css, but for some reason the main content within the page still got cut out. I looked through my css and couldn't find any reasons for this but one possibility could be that the original was overwriting the new css and uploading the pre-adjusted code. Responsive Site on iPad mini This is my site on an iPad mini. As you can see all of the content fits within the page using media queries in order to override some of the desktop coding allowing the content t...