Container in Media Query

Posted by Ishan7 under HTML 5 on 2/22/2021 | Points: 10 | Views : 1555 | Status : [Member] | Replies : 0
I'm trying to make it so when I view this page on mobile, the container will fit the screen.

<h3 style="text-align: center; margin-left: 100px; padding-top: 30px;">Latest Posts</h3>
<div class="a2c" style="background-color:black; margin: 40px 40px 80px 100px; width: 400px; height: 480px;">
<div id="image" style="margin-top: 20px;">
<a href="test.html">
<img src="images/fix.jpg" style="width: 390px; height: 250px; display: flex; left: 0px;">
</a>
</div>
<h3 style="text-align: center; margin-top: 20px;"><a href=test.html> Sample Text</h3></a>
<p style="font-size: 15px; margin-top: 20px; margin-left: 10px; margin-right: 5px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
</div>
</div>
</div>





Responses

(No response found.)

Login to post response