I developed a website which i was okay with. Recently I updated it with some pictures and links which has broken its responsivness. On bigger screen it looks fine but on smallers the pictures and links dont shrink along. Help !!!!!
<!DOCTYPE html> <html> <head> <title>Portfolio</title> <!--#include file="partialHeadContent.html" --> </head> <body> <!--#include file="topnavibarEn.html" --> <div class="maincontentSubpages"> <h1 style="text-align:center;margin-bottom:7%;color:gold;">Portfolio</h1> <div style="background:#CECEF6;border: thick solid black;border-radius: 25px;font-size: 150%;margin-left:5%;margin-right:5%;padding:4%;"> <p class="portfoliotext1"> <a href='http://globaltxxx.com'>www.globalxxx.com</a><br></p> <img class="portf_images" src="images/Screenshot50.png" alt="images"><img class="portf_images" src="images/Screenshot51.png" alt="images"><img class="portf_images" src="images/Screenshot55.png" alt="images"><img class="portf_images" src="images/Screenshot56.png" alt="images"> <p class="portfoliotext2"> This website has been designed for a Taxicompany with around 300 employers. It has an imagesslide, background music, login function, phone and messaging function and a search box for the staff. </p><br> <p class="portfoliotext1"> <a class="link_not_active" href='http://globalxxxx.com'>www.pizza___.com</a><br></p> <img class="portf_images" src="images/Screenshotpz1.png" alt="images"><img class="portf_images" src="images/Screenshotpz2.png" alt="images"><img class="portf_images" src="images/Screenshotpz3.png" alt="images"><img class="portf_images" src="images/Screenshotpz4.png" alt="images"> <p class="portfoliotext2"> This is a website for a pizzeria. Amongst it notables it has a menu with on scroll function and a pizza man widget.We will update you on its internetdomain.
<p style="text-align:center;font-size:120%;font-style:italics;margin-top:1%;">competent - fast - economical </p> </div> <p style="text-align:center;font-size:120%;font-style:italics;margin-top:1%;">competent - fast - economical </p> </div> <div class="footer"> <div class="checkoutsection"> Check out partnersites:</div> <div style="clear: both"></div> <div class="footerlinkscontainer"> <div id="updateDiv"><script type="text/javascript" src="footerContentEn.js"> </script></div> <div class="copyrightImpressumSection"> © Techxxx.com | All rights reserved | Vienna Tel: 0660 xxxx </div> </div> </div> <script>
function bigImg(x) {
x.style.height = "40px";
x.style.width = "40px";
mousePointer(this);
}
function mousePointer(x){
this.style.cursor="pointer";
}
function normalImg(x) {
x.style.height = "20px";
x.style.width = "20px";
}
function goToGB(){
location.href = 'portfolioEn.html';
}
function goToAUT(){
location.href = 'Portfolio.html';
}
</script> </body> </html>